css: avoid text flickering on autosubmit

This commit is contained in:
Thomas Gelf 2016-02-28 16:15:38 +01:00
parent ceba4ebbac
commit e6723d3ee8
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}