luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
Submitted-by: David Hari <d-hari@hotmail.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4046fd8b7f
commit
f8166387bf
1 changed files with 4 additions and 1 deletions
|
@ -454,11 +454,14 @@ select,
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #808080;
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uneditable-input {
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-dropdown,
|
.cbi-dropdown,
|
||||||
.cbi-dynlist {
|
.cbi-dynlist {
|
||||||
min-width: 210px;
|
min-width: 210px;
|
||||||
|
|
Loading…
Reference in a new issue