diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-08-06 21:05:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-06 21:05:49 -0500 |
| commit | 32f000ed49ad6370bf349569f872ddc7498682d2 (patch) | |
| tree | 85d1013381af42564dffa6283fb9df7fcc8a1cbc | |
| parent | 32036e7914241835774a81d8e772faa0354ef367 (diff) | |
| parent | 9c7c5cafd47765ba0d15e30a211712370c848c62 (diff) | |
| download | invidious-32f000ed49ad6370bf349569f872ddc7498682d2.tar.gz invidious-32f000ed49ad6370bf349569f872ddc7498682d2.tar.bz2 invidious-32f000ed49ad6370bf349569f872ddc7498682d2.zip | |
Merge pull request #96 from dimqua/master
Make progress colors solid
| -rw-r--r-- | assets/css/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index a0c14193..2769fa4b 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -159,7 +159,7 @@ div { .video-js .vjs-load-progress, .video-js .vjs-load-progress div { - background: rgba(87, 87, 88, 0.5); + background: rgba(87, 87, 88, 1); } .video-js .vjs-slider:hover, @@ -168,7 +168,7 @@ div { } .video-js .vjs-play-progress { - background-color: rgba(0, 182, 240, 0.5); + background-color: rgba(0, 182, 240, 1); } /* Big "Play" Button */ |
