mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
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:
parent
b0ae85d22e
commit
0475629961
1 changed files with 1 additions and 0 deletions
1
viewer-elm/dist/style.css
vendored
1
viewer-elm/dist/style.css
vendored
|
|
@ -32,6 +32,7 @@ body {
|
|||
|
||||
.bar progress {
|
||||
background-color: #eee;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.media-controls {
|
||||
|
|
|
|||
Loading…
Reference in a new issue