mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
xd
This commit is contained in:
@@ -137,12 +137,6 @@
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="_container"]>[class^="_navigationArrows"] {
|
|
||||||
color: black;
|
|
||||||
background-color: var(--wave-color-solid-accent-fill) !important;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class^="_buttons"]>button>span {
|
[class^="_buttons"]>button>span {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
@@ -213,13 +207,14 @@ button[data-test="close-now-playing"]:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-test="navigation-arrows"]>button {
|
[data-test="navigation-arrows"]>button {
|
||||||
background-color: var(--wave-color-solid-accent-fill) !important;
|
color: whreite;
|
||||||
color: black !important;
|
background-color: rgb(50, 50, 50) !important;
|
||||||
border-radius: 5px;
|
backdrop-filter: blur(10px);
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-test="navigation-arrows"]>button:disabled {
|
[data-test="navigation-arrows"]>button:disabled {
|
||||||
background-color: lightgray !important;
|
background-color: rgb(40, 40, 40) !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user