mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
css: avoid text flickering on autosubmit
This commit is contained in:
parent
ceba4ebbac
commit
e6723d3ee8
@ -21,6 +21,12 @@ pre.disabled {
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
/* TODO: remove this, but autosubmit looks ugly otherwise */
|
||||
input[disabled] {
|
||||
background: inherit;
|
||||
}
|
||||
/* END OF TODO */
|
||||
|
||||
pre {
|
||||
background: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user