Bug 25727: Fix highlight of a missing field
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / src / staff-global.scss
index 64f79cd..ca9b74d 100644 (file)
@@ -1552,11 +1552,11 @@ input[type='text']:read-only:focus {
 }
 
 .subfield_not_filled {
-    background-color: #FFFF99;
+    background-color: #FFFF99 !important;
 }
 
 .important_subfield_not_filled {
-    background-color : #FFFFCC;
+    background-color : #FFFFCC !important;
 }
 
 .content_hidden {