Koha/koha-tmpl/intranet-tmpl/prog/css/select2.css
Julian Maurice 0ad9dbb1d7 Bug 13501: Highlight select2 control if field is required and value is missing
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-09-02 16:25:04 +00:00

8 lines
191 B
CSS

.select2-container.subfield_not_filled {
background-color: initial;
}
.select2-container.subfield_not_filled .select2-choice {
background: initial;
background-color : #FFFF99;
}