luci-theme-bootstrap: allow textarea resizing
Fixes: #3317 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
f6e56e67e8
commit
8672ddcf0b
1 changed files with 7 additions and 5 deletions
|
@ -452,7 +452,6 @@ select,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 210px;
|
width: 210px;
|
||||||
height: 30px;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
@ -460,6 +459,13 @@ select,
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
.cbi-dropdown:not(.btn):not(.cbi-button),
|
||||||
|
.uneditable-input {
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
@ -554,10 +560,6 @@ select[multiple] {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
|
||||||
height: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.td > input[type=text],
|
.td > input[type=text],
|
||||||
.td > input[type=password],
|
.td > input[type=password],
|
||||||
.td > select,
|
.td > select,
|
||||||
|
|
Loading…
Reference in a new issue