@@ -, +, @@ !important --- koha-tmpl/intranet-tmpl/prog/css/select2.css | 11 ++++------- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/select2.css +++ a/koha-tmpl/intranet-tmpl/prog/css/select2.css @@ -2,11 +2,8 @@ background-color: initial; } -.select2-container.subfield_not_filled .select2-choice { - background: initial; - background-color : #FFFF99; +.select2-container.missing .select2-choice, +.select2-container .select2-selection--single.subfield_not_filled, +.select2-container .select2-selection--single.important_subfield_not_filled { + background-color: #FFFF99; } - -.select2-container.missing .select2-choice { - background: #ffc none; -} --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1541,11 +1541,11 @@ input[type='text']:read-only:focus { } .subfield_not_filled { - background-color: #FFFF99 !important; + background-color: #FFFF99; } .important_subfield_not_filled { - background-color : #FFFFCC !important; + background-color : #FFFFCC; } .content_hidden { --