mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +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;
|
color: @gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: remove this, but autosubmit looks ugly otherwise */
|
||||||
|
input[disabled] {
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
/* END OF TODO */
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user