tweaked volume scale colors
This commit is contained in:
5
eww.scss
5
eww.scss
@@ -39,8 +39,9 @@ slider {
|
||||
}
|
||||
|
||||
scale trough {
|
||||
background-color: rgba(black, 0.7);
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
border: 1px solid black;
|
||||
min-height: 5px;
|
||||
min-width: 50px;
|
||||
margin-left: 5px;
|
||||
@@ -48,7 +49,7 @@ scale trough {
|
||||
}
|
||||
|
||||
scale trough highlight {
|
||||
background-color: white;
|
||||
background-color: black;
|
||||
color: black;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user