@@ -, +, @@ highlight missing required fields --- koha-tmpl/intranet-tmpl/prog/css/select2.css | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/select2.css +++ a/koha-tmpl/intranet-tmpl/prog/css/select2.css @@ -6,3 +6,7 @@ background: initial; background-color : #FFFF99; } + +.select2-container.missing .select2-choice { + background: #ffc none; +} --