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:
David Hari 2019-03-30 19:54:14 +11:00 committed by Jo-Philipp Wich
parent 4046fd8b7f
commit f8166387bf

View file

@ -454,11 +454,14 @@ select,
padding: 4px;
font-size: 13px;
line-height: 18px;
color: #808080;
border: 1px solid #ccc;
border-radius: 3px;
}
.uneditable-input {
color: #808080;
}
.cbi-dropdown,
.cbi-dynlist {
min-width: 210px;