mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Veo tan dentro que me vuelve loco
This commit is contained in:
@@ -174,13 +174,13 @@
|
||||
background-color: lightgray !important;
|
||||
}
|
||||
|
||||
[class^="tableRow"]:hover > *,
|
||||
[data-test-is-playing="true"] > * {
|
||||
[class^="tableRow"]:hover>*,
|
||||
[data-test-is-playing="true"]>* {
|
||||
color: var(--wave-color-solid-accent-fill) !important;
|
||||
}
|
||||
|
||||
[class^="tableRow"] > *,
|
||||
[data-test-is-playing="false"] > * {
|
||||
[class^="tableRow"]>*,
|
||||
[data-test-is-playing="false"]>* {
|
||||
color: lightgray !important;
|
||||
}
|
||||
|
||||
@@ -329,7 +329,8 @@ button[data-test="close-now-playing"]:hover {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
[data-test="query-suggestions"], [data-test="recent-searches-container"] {
|
||||
[data-test="query-suggestions"],
|
||||
[data-test="recent-searches-container"] {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
@@ -342,21 +343,21 @@ button[data-test="close-now-playing"]:hover {
|
||||
border: 1px solid var(--wave-color-opacity-contrast-fill-ultra-thin) !important;
|
||||
}
|
||||
|
||||
[class*="lyricsText--"] > span[class*="active--"] {
|
||||
[class*="lyricsText--"]>span[class*="active--"] {
|
||||
text-shadow: 0 0 2px #fff, 0 0 20px #fff;
|
||||
padding-left: 20px;
|
||||
transition-duration: 0.7s;
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
[class*="lyricsText--"] > span {
|
||||
[class*="lyricsText--"]>span {
|
||||
text-shadow: 0 0 0px transparent, 0 0 0px transparent;
|
||||
transition-duration: 0.25s;
|
||||
color: rgba(128, 128, 128, 0.4);
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
[class*="lyricsText--"] > span:hover {
|
||||
[class*="lyricsText--"]>span:hover {
|
||||
text-shadow: 0 0 2px lightgray, 0 0 20px lightgray;
|
||||
color: lightgray;
|
||||
padding-left: 20px;
|
||||
|
||||
Reference in New Issue
Block a user