@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 14 ++++++++----- .../prog/css/src/staff-global.scss | 20 ++++++++++++++++--- koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg | 7 +++++-- 3 files changed, 31 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css +++ a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css @@ -68,21 +68,25 @@ ul.biglinks-list li a.icon_general { /* Class used for each module link */ display: flex; align-items: center; - padding: 5px; - border: 2px solid #71B443; + padding: 10px; border-radius: 6px; height: 50px; text-decoration: none; font-size: large; - color: #fff; - background-color: #71B443; + color: #000; + background-color: #e0e0e0; } ul.biglinks-list li a:hover.icon_general { /* Class used for each module link hover state */ - border-color: #418940; + color: white; + background-color: #418940; +} + +ul.biglinks-list li a.icon_general:hover img { + filter: invert(100%); } ul.biglinks-list li a.icon_general .fa-fw { --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4324,15 +4324,29 @@ input.renew { /* ==== MODULE LINKS - Start ==== */ .buttons-list { /* List containing the module links */ - margin: 30px 0; padding: 0; - margin-left: 15px; + max-width: 260px; li { /* Standard attributes for the list elements */ list-style-type: none; - display: table; margin-bottom: 15px; + + a { + padding: 10px; + background-color: #e0e0e0; + border-radius: 6px; + color: #101010; + display: block; + font-size: 110%; + font-weight: bold; + + &:hover { + background-color: #418940; + color: white; + text-decoration: none; + } + } } } --- a/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg +++ a/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg @@ -21,6 +21,7 @@ image/svg+xml + @@ -45,7 +46,9 @@ inkscape:window-x="1680" inkscape:window-y="42" inkscape:window-maximized="1" - inkscape:current-layer="svg921" /> + inkscape:current-layer="svg921" + inkscape:document-rotation="0" + inkscape:pagecheckerboard="true" /> + style="fill-opacity:1;fill-rule:nonzero;fill:#000000" /> --