From bb1893a62a63634dcb9c98c9fa0c67443730f051 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Thu, 29 Oct 2020 16:44:34 +0000 Subject: [PATCH] [Monitor Dashboard | Trunk]: Fix tab colors git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@59721 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/assets/dashboard-theme/tabs-pills.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/assets/dashboard-theme/tabs-pills.css b/src/assets/dashboard-theme/tabs-pills.css index f169259..a3f25d2 100644 --- a/src/assets/dashboard-theme/tabs-pills.css +++ b/src/assets/dashboard-theme/tabs-pills.css @@ -14,6 +14,11 @@ line-height: 18px; } +.uk-tab > * > a { + color: currentColor !important; + opacity: 0.5; +} + .uk-subnav-pill > li > a:hover { border-color: var(--secondary-color); color: var(--secondary-color) !important; @@ -28,3 +33,12 @@ background-color: var(--primary-color); font-weight: bold; } + +.uk-tab > li:hover > a { + color: var(--secondary-color); + opacity: 1; +} + +.uk-tab > li.uk-active > a { + opacity: 1; +}