Some new styles for forms usable by plugins
This commit is contained in:
parent
3ac2d5dd34
commit
3823216319
2 changed files with 17 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue