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…
Reference in New Issue