Skip to content

Commit

Permalink
Progress bar rotation fix for MSIE
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceofsummer committed Jun 5, 2018
1 parent cdc76d2 commit 39d728f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Hangfire.Console/Resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ body {
margin-left: 0.25px;
}

.progress-circle svg {
transform-origin: center;
transform: rotate(-90deg);
}

.progress-circle circle {
-webkit-transition: stroke-dashoffset .6s ease;
-moz-transition: stroke-dashoffset .6s ease;
Expand All @@ -230,6 +235,4 @@ body {

.progress-circle .bar {
stroke: currentColor;
transform-origin: center;
transform: rotate(-90deg);
}

0 comments on commit 39d728f

Please sign in to comment.