Browse Source

feat: 💄 Organizr: Settings menu tabs accent changes

pull/333/head
GilbN 3 years ago
parent
commit
212f358c60
  1. 15
      css/base/organizr/organizr-base.css

15
css/base/organizr/organizr-base.css

@ -212,14 +212,16 @@ h6 {
.tabs-style-flip nav a, .tabs-style-flip nav a,
.nav-tabs>li>a { .nav-tabs>li>a {
color: var(--text-hover); color: var(--text-hover);
transition: color .3s;
} }
.customtab2 li.active a, .customtab2 li.active a,
.customtab2 li.active a:focus, .customtab2 li.active a:focus,
.customtab2 li.active a:hover { .customtab2 li.active a:hover {
background: rgba(0, 0, 0, 0.25) !important; background: rgba(var(--accent-color), 0.15) !important;
border-color: rgba(255, 255, 255, 0.1) !important; border-color: rgba(var(--accent-color), 0.1) !important;
border-radius: 20px; border-radius: 20px;
color: rgb(var(--accent-color)) !important;
} }
/*toast*/ /*toast*/
@ -1173,7 +1175,6 @@ label[for="checkbox-login"]:hover {
.nav-tabs>li.active>a:hover { .nav-tabs>li.active>a:hover {
cursor: pointer; cursor: pointer;
opacity: 1; opacity: 1;
background: rgb(var(--accent-color) , .15) !important;
} }
#homepageOrderdownloader .nav-tabs>li.active>a, #homepageOrderdownloader .nav-tabs>li.active>a,
@ -2112,12 +2113,14 @@ input,
.customtab2 li.active a:hover { .customtab2 li.active a:hover {
background: #1f1f1f; background: #1f1f1f;
border-radius: 20px; border-radius: 20px;
border: 0;
transition: background-color .3s;
} }
.nav-tabs>li>a:hover { .nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.25) !important; background: transparent !important;
border-radius: 0px; border-radius: 20px;
color: var(--text-hover); color: rgb(var(--accent-color)) !important;
} }
.tabs-style-flip nav a:focus, .tabs-style-flip nav a:focus,

Loading…
Cancel
Save