updating stuff

This commit is contained in:
CTalvio
2024-11-25 00:46:46 +02:00
parent 4ba3389b44
commit 4abaa44f6d
3 changed files with 16 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ a[data-role="button"]:hover {
background: linear-gradient(140deg,rgb(var(--accent)),#111) !important;
}
.navMenuOption-selected {
.navMenuOption-selected,
.css-17c09up.Mui-selected {
color: rgba(var(--accent));
}
.mdl-slider-background-lower {
@@ -78,7 +79,8 @@ progress::-webkit-progress-value {
#itemDetailPage .button-link {color: inherit !important;}
.navMenuOption:hover,
.actionSheetMenuItem:hover {
.actionSheetMenuItem:hover,
.css-17c09up:hover {
background-color: rgba(var(--accent),0.5) !important;
}
@@ -116,3 +118,7 @@ progress::-webkit-progress-value {
color: rgba(var(--accent),1) !important;
text-shadow: none !important;
}
.css-4yt2of {
border-right: 1px solid rgba(var(--accent), 0.12);
}

4
base.css Executable file → Normal file
View File

@@ -1,6 +1,10 @@
:root {--indicator: 0, 164, 220;}
:root {--selection: 0, 164, 220;}
.css-4yt2of {
background-color: rgba(0, 0, 0, 0.2);
}
.emby-textarea {
font-family: monospace;
font-size: 10pt;

View File

@@ -1,4 +1,8 @@
@supports (backdrop-filter: blur(15px)) {
.skinHeader-withBackground,
.css-fknfom {
backdrop-filter: blur(15px);
}
.dialog,
.mainDrawer,
.toast,