update neutral theme: fix disabled controls
This commit is contained in:
parent
6d9761498e
commit
753fc766ad
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ table.prefFilterList td.filterEditCat {
|
||||||
}
|
}
|
||||||
|
|
||||||
button[disabled], input[disabled], select[disabled], textarea[disabled] {
|
button[disabled], input[disabled], select[disabled], textarea[disabled] {
|
||||||
background : #404040;
|
background : #f0f0f0;
|
||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue