[Monitor Dashboard | Trunk]: Change sidebar and tabs-pills opacity from 0.5 to 0.8

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60279 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2021-01-22 14:37:13 +00:00
parent f075610e2c
commit 9aae3570ee
2 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@
#sidebar_main .menu_section ul:not(.uk-dropdown-nav) > li > a,
#sidebar_main .special_section ul:not(.uk-dropdown-nav) > li > a {
display: block;
color: rgba(var(--text-color-rgb), 0.5);
color: rgba(var(--text-color-rgb), 0.8);
}
#sidebar_main .menu_section ul:not(.uk-dropdown-nav) > li:hover > a, #sidebar_main .special_section ul:not(.uk-dropdown-nav) > li:hover > a {

View File

@ -7,7 +7,7 @@
.uk-subnav-pill > * > a, .uk-subnav-pill > * > span > a {
color: currentColor !important;
opacity: 0.5;
opacity: 0.8;
border-radius: 40px !important;
border: 1px solid currentColor !important;
padding: 6px 18px !important;
@ -40,7 +40,7 @@
}
.uk-tab > li > a {
color: rgb(var(--text-color-rgb), 0.5) !important;
color: rgb(var(--text-color-rgb), 0.8) !important;
font-family: "Open Sans", sans-serif !important;
text-transform: capitalize;
}