From 43c123135a13df169ea11ee34030e9236699886d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 11 Feb 2019 15:09:36 +0000 Subject: [PATCH] Bug 22300: Staff search results: Opt groups in 'sort' pull down are not well formatted This patch adds some CSS to style the staff client search results sort menu headings. Formerly these were tags with a default browser style. To test, apply the patch and regenerate the staff client CSS. - 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(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index e1c9d0a..b5cd219 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/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 { -- 2.1.4