mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
slight color update to blend in better with other buttons
This commit is contained in:
parent
fd0ebee267
commit
e24b793665
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ $sceneTabWidth: 450px;
|
||||||
|
|
||||||
&.vjs-icon-play-circle::after,
|
&.vjs-icon-play-circle::after,
|
||||||
&.vjs-icon-cancel::after {
|
&.vjs-icon-cancel::after {
|
||||||
background-color: rgba(80, 80, 80, 0.9);
|
background-color: rgb(255 255 255 / 70%);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
content: "";
|
content: "";
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue