Skip to content

Commit

Permalink
fix volume slider background (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
allancoding committed Feb 3, 2024
1 parent 869819f commit 7085b77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/emulator.css
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,6 @@

.ejs_volume_parent input[type='range']::-webkit-slider-runnable-track{
background-color:rgba(255,255,255,0.25);
box-shadow: 0 0 0 5px rgba(var(--ejs-primary-color), 0.5);
outline:0;
background: transparent;
border:0;
Expand All @@ -1226,7 +1225,6 @@
}
.ejs_volume_parent input[type='range']::-moz-range-track{
background-color:rgba(255,255,255,0.25);
box-shadow:0 0 0 5px rgba(var(--ejs-primary-color), 0.5);
outline:0;
background:transparent;
border:0;
Expand All @@ -1252,7 +1250,6 @@
}
.ejs_volume_parent input[type='range']::-ms-track{
background-color:rgba(255,255,255,0.25);
box-shadow:0 0 0 5px rgba(var(--ejs-primary-color), 0.5);
outline:0;
background:transparent;
border:0;
Expand Down

0 comments on commit 7085b77

Please sign in to comment.