@@ -, +, @@ down are not well formatted - Perform a catalog search in the staff client. - On the search results page, test the "Sort" menu. Confirm that the menu headers more clearly indicate the sections. - Test the "Add to list" button menu too, where the same style will be in use. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2385,6 +2385,14 @@ li { padding: 5px 25em 0 0; } } + + .dropdown-header { + border-top: 1px solid #EEE; + color: #000; + font-weight: bold; + padding-left: 10px; + } + } #search-facets { --