mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Different color for disabled form elements
This commit is contained in:
parent
2f8c6a37d3
commit
48e0616ba4
@ -94,6 +94,11 @@ 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