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:
Nils Schneider 2014-01-29 23:37:31 +01:00
parent 15363f249b
commit 19403474eb
2 changed files with 1 additions and 805 deletions

File diff suppressed because one or more lines are too long

View File

@ -756,7 +756,6 @@ td.cbi-value-error {
.cbi-value-error input,
.cbi-value-error select {
color: red;
background-color: #ffcccc;
}