gluon-luci-theme: input fields on error readable
Do not use 'red' as text color on input fields with errors as the backgronud color is already red, rendering the value unreadable.
This commit is contained in:
parent
d87ba9eb44
commit
4878839186
File diff suppressed because one or more lines are too long
@ -756,7 +756,6 @@ td.cbi-value-error {
|
|||||||
|
|
||||||
.cbi-value-error input,
|
.cbi-value-error input,
|
||||||
.cbi-value-error select {
|
.cbi-value-error select {
|
||||||
color: red;
|
|
||||||
background-color: #ffcccc;
|
background-color: #ffcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user