Add white border to progress bar

to differentiate it from the bar background in animations with white backgrokund


Former-commit-id: 29d4a1c072b291aea975a700a19204815606a9ff
This commit is contained in:
Jan Hrček 2020-01-03 12:46:19 +01:00 committed by David Himmelstrup
commit 0475629961

View file

@ -32,6 +32,7 @@ body {
.bar progress {
background-color: #eee;
border: 1px solid white;
}
.media-controls {