New: Updated the active state of main media buttons
This commit is contained in:
parent
2b5f833352
commit
fd1c368daa
1 changed files with 5 additions and 0 deletions
|
|
@ -642,6 +642,11 @@ html {
|
||||||
background: var(--dimTextColor);
|
background: var(--dimTextColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-desktop .detailButton:not(.btnPlay):active {
|
||||||
|
color: black;
|
||||||
|
background: var(--textColor);
|
||||||
|
}
|
||||||
|
|
||||||
.btnPlay.detailButton {
|
.btnPlay.detailButton {
|
||||||
background-color: var(--textColor);
|
background-color: var(--textColor);
|
||||||
color: black;
|
color: black;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue