@@ -, +, @@ !important --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1535,12 +1535,14 @@ input[type='text']:read-only:focus { font-style: italic; } -.subfield_not_filled { - background-color: #FFFF99 !important; +.subfield_not_filled, +.select2-container .select2-selection--single.subfield_not_filled { + background-color: #FFFF99; } -.important_subfield_not_filled { - background-color : #FFFFCC !important; +.important_subfield_not_filled, +.select2-container .select2-selection--single.important_subfield_not_filled { + background-color : #FFFFCC; } .content_hidden { --