mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 05:42:54 -03:00
updating stuff
This commit is contained in:
@@ -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
4
base.css
Executable file → Normal 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;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
@supports (backdrop-filter: blur(15px)) {
|
||||
.skinHeader-withBackground,
|
||||
.css-fknfom {
|
||||
backdrop-filter: blur(15px);
|
||||
}
|
||||
.dialog,
|
||||
.mainDrawer,
|
||||
.toast,
|
||||
|
||||
Reference in New Issue
Block a user