Browse Source

Remove focus outlines in Firefox.

tags/v0.1.0
Gerben 4 years ago
parent
commit
04ac74568a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/assets/main.css

+ 5
- 0
app/assets/main.css View File

@@ -25,6 +25,10 @@ main {
margin: 20px;
}

::-moz-focus-inner {
border: none;
}

button#playpause {
border: none;
background: none;
@@ -65,6 +69,7 @@ input#volume::-moz-range-thumb {
width: 20px;
background-color: #999;
border-radius: 3px;
border: none;
}

input#volume::-webkit-slider-thumb {


Loading…
Cancel
Save