https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262
--- Comment #3 from Owen Leonard <[email protected]> --- If you'd like to customize the style of the message you could add some custom CSS. By default it has this style: #patron_search_selected { background-color: #fafdfa; border: 1px solid #408540; border-color: #93cb93 #d8ecd8 #d8ecd8 #93cb93; border-radius: 3px; color: #333; display: inline-block; font-size: 11px; line-height: 1.5; padding: 5px 10px; text-align: center; vertical-align: middle; white-space: nowrap; } For a more highlighted version you could put this (for example) in the IntranetUserCSS system preference: #patron_search_selected { background-color: #fffbc2; border: 1px solid #ff0c00; border-color: #ff0c00 #ecafaf #ecafaf #ff0c00; font-size: 13px; font-weight: bold; } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
