From fcb7fc45ce166424a1577e2786f5c9b2624bd97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Desvaux?= Date: Mon, 25 Jul 2022 16:37:41 +0200 Subject: [PATCH] Bug 30952: Change MARC tags toolbar style --- .../intranet-tmpl/prog/css/addbiblio.css | 40 ++++++++++++++----- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css index c84f399ab7..8f2ac54408 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -276,7 +276,7 @@ .ui-tabs .ui-tabs-panel { } .toolbar-tabs-container { - margin: 3em -5px -5px -5px; + flex-basis: 100%; } .toolbar-tabs { @@ -299,30 +299,48 @@ .toolbar-tabs li { } .toolbar-tabs li a { - border: 1px solid #EDF4F6; + border: 1px solid #71B443; border-left: 0; - border-right: 1px solid #EDF4F6; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; + background-color: #71B443; + border-right: 1px solid #71B443; + border-radius: 5px; + margin: 5px; display: block; + color: #fff; font-weight: bold; padding: .3em 1.5em; width: 100%; } .toolbar-tabs li.selected a { - background-color: #EDF4F6; - border-right: 1px solid #C3D6DB; - border-bottom: 1px solid #C3D6DB; + background-color: #418940; + border-right: 1px solid #418940; + border-bottom: 1px solid #418940; + text-decoration: none; + font-weight: bold; + margin: 5px; + display: block; + color: #fff; font-weight: bold; + padding: .3em 1.5em; + width: 100%; } .toolbar-tabs li.selected a:hover { - background-color: #EDF4F6; + background-color: #418940; } .toolbar-tabs li a:hover { - background-color: #F4F8F9; + background-color: #418940; + text-decoration: none; + border-right: 1px solid #418940; + border-bottom: 1px solid #418940; + margin: 5px; + display: block; + color: #fff; + font-weight: bold; + padding: .3em 1.5em; + width: 100%; } .toolbar-tabs li:first-child a { @@ -347,7 +365,7 @@ .tag_anchors { padding: .5em 0; } -.tag_anchors a { +.tag_anchors a, a:hover { border-right: 1px solid #EDF4F6; display: inline-block; padding: 0 .4em; -- 2.30.2