Adjust progressbar styles
This commit is contained in:
parent
4b43071f28
commit
02487ba2f4
|
@ -85,7 +85,7 @@
|
|||
<small class="has-text-grey">({{FormatNumberCommas .Demographic.Photo.NonExplicit}})</small>
|
||||
</div>
|
||||
<div class="column pt-4">
|
||||
<progress class="progress is-link has-background-dark"
|
||||
<progress class="progress is-link"
|
||||
value="{{.Demographic.Photo.PercentNonExplicit}}"
|
||||
max="100"
|
||||
title="{{.Demographic.Photo.PercentNonExplicit}}%">
|
||||
|
@ -102,7 +102,7 @@
|
|||
<small class="has-text-grey">({{FormatNumberCommas .Demographic.Photo.Explicit}})</small>
|
||||
</div>
|
||||
<div class="column pt-4">
|
||||
<progress class="progress is-danger has-background-dark"
|
||||
<progress class="progress is-danger"
|
||||
value="{{.Demographic.Photo.PercentExplicit}}"
|
||||
max="100"
|
||||
title="{{.Demographic.Photo.PercentExplicit}}%">
|
||||
|
@ -165,7 +165,7 @@
|
|||
<small class="has-text-grey">({{FormatNumberCommas .Count}})</small>
|
||||
</div>
|
||||
<div class="column pt-4">
|
||||
<progress class="progress is-success has-background-dark"
|
||||
<progress class="progress is-success"
|
||||
value="{{.Percent}}"
|
||||
max="100"
|
||||
title="{{.Percent}}%">
|
||||
|
@ -189,7 +189,7 @@
|
|||
<small class="has-text-grey">({{FormatNumberCommas .Count}})</small>
|
||||
</div>
|
||||
<div class="column pt-4">
|
||||
<progress class="progress is-link has-background-dark"
|
||||
<progress class="progress is-link"
|
||||
value="{{.Percent}}"
|
||||
max="100"
|
||||
title="{{.Percent}}%">
|
||||
|
@ -214,7 +214,7 @@
|
|||
<small class="has-text-grey">({{FormatNumberCommas .Count}})</small>
|
||||
</div>
|
||||
<div class="column pt-4">
|
||||
<progress class="progress is-danger has-background-dark"
|
||||
<progress class="progress is-danger"
|
||||
value="{{.Percent}}"
|
||||
max="100"
|
||||
title="{{.Percent}}%">
|
||||
|
|
Loading…
Reference in New Issue
Block a user