We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6064b commit f216d59Copy full SHA for f216d59
1 file changed
assets/style.css
@@ -73,6 +73,14 @@ progress::-webkit-progress-value {
73
border-radius: 7px;
74
}
75
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
+
84
.health-bar {
85
position: absolute;
86
right: 20px;
0 commit comments