Skip to content

Commit

Permalink
Progress bar css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Feb 22, 2020
1 parent de68154 commit 1aef149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pogui/web/loading/progress-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
height: 2.4em;
margin-top: -2.4em;
z-index: -2;
border-bottom: 2px DarkSlateGrey;
}

.progress-bar.done .bar {
Expand All @@ -35,6 +34,7 @@
margin: 0px;
z-index: 2;
text-shadow: 0.5px 0.5px 5px black;
box-shadow: 0px 1px 1px black;
}

.progress-bar .status {
Expand All @@ -45,6 +45,7 @@
margin-bottom: -20px;
height: 20px;
width: 30%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
z-index: 0;
Expand Down

0 comments on commit 1aef149

Please sign in to comment.