Skip to content

Commit f216d59

Browse files
committed
progress css
1 parent 5f6064b commit f216d59

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ progress::-webkit-progress-value {
7373
border-radius: 7px;
7474
}
7575

76+
progress::-moz-progress-bar {
77+
background-color: crimson;
78+
background-image: url("/assets/images/rpgui/progress-red.png");
79+
background-repeat: repeat-x;
80+
background-size: 36px 100%;
81+
border-radius: 7px;
82+
}
83+
7684
.health-bar {
7785
position: absolute;
7886
right: 20px;

0 commit comments

Comments
 (0)