1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

feat: 💄 Organizr: Settings menu tabs accent changes

This commit is contained in:
GilbN 2022-03-19 12:01:40 +01:00
parent e080d8b2c9
commit 212f358c60

View File

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