Skip to content

Commit

Permalink
progress css
Browse files Browse the repository at this point in the history
  • Loading branch information
mudroljub committed Feb 19, 2025
1 parent 5f6064b commit f216d59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ progress::-webkit-progress-value {
border-radius: 7px;
}

progress::-moz-progress-bar {
background-color: crimson;
background-image: url("/assets/images/rpgui/progress-red.png");
background-repeat: repeat-x;
background-size: 36px 100%;
border-radius: 7px;
}

.health-bar {
position: absolute;
right: 20px;
Expand Down

0 comments on commit f216d59

Please sign in to comment.