Some new styles for forms usable by plugins

This commit is contained in:
Gina Häußge 2015-05-27 13:36:33 +02:00
parent 3ac2d5dd34
commit 3823216319
2 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -948,4 +948,19 @@ textarea.block {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
.input-append, .input-prepend {
.add-on {
&.add-on-limited {
overflow-x: hidden;
text-overflow: ellipsis;
width: inherit;
}
}
}
.control-group.error .input-prepend .fileinput-button,
.control-group.error .input-append .fileinput-button {
border-color: #b94a48;
}