colors
This commit is contained in:
parent
95a179957c
commit
c3d91f22e2
1 changed files with 5 additions and 4 deletions
|
@ -97,9 +97,8 @@
|
|||
backdrop-filter: blur(10px) saturate(180%) !important;
|
||||
-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
|
||||
}
|
||||
|
||||
.navMenuOption:hover {
|
||||
background: linear-gradient(45deg, var(--card-background-5) 0%, var(--card-background-2) 100%);
|
||||
background: var(--card-background-2);
|
||||
}
|
||||
|
||||
/* --- Dialog Boxes --- */
|
||||
|
@ -350,7 +349,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.Mui-selected:hover {
|
||||
background-color: var(--translucent-hover-3) !important;
|
||||
}
|
||||
|
||||
.listItem:hover {
|
||||
background: var(--card-background-2);
|
||||
}
|
||||
|
||||
/* --- Rounded Corners --- */
|
||||
.detailButton {
|
||||
|
|
Loading…
Reference in a new issue