mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Don't render disabled input elements white
This commit is contained in:
parent
1a51368a76
commit
70d98f3ae0
@ -96,11 +96,6 @@ select::-moz-focus-inner {
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:disabled, select:disabled {
|
|
||||||
background-color: #fff;
|
|
||||||
border-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.inline {
|
form.inline {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user