diff --git a/public/css/module.less b/public/css/module.less index 77b68d53..f00d107d 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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; }