mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 11:13:05 +01:00
Fixed Firefox progress bar (HP/Stress) (#230)
This commit is contained in:
parent
6018763d47
commit
fafbe47858
2 changed files with 4 additions and 10 deletions
|
|
@ -170,6 +170,7 @@
|
||||||
border: 1px solid light-dark(@dark-blue, @golden);
|
border: 1px solid light-dark(@dark-blue, @golden);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
background: @dark-blue;
|
||||||
|
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -184,13 +185,9 @@
|
||||||
background: @gradient-stress;
|
background: @gradient-stress;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
&::-moz-progress-value,
|
|
||||||
&::-moz-progress-bar {
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-moz-progress-bar {
|
&::-moz-progress-bar {
|
||||||
background: @gradient-hp;
|
background: @gradient-hp;
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
&.stress-color::-moz-progress-bar {
|
&.stress-color::-moz-progress-bar {
|
||||||
background: @gradient-stress;
|
background: @gradient-stress;
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@
|
||||||
border: 1px solid light-dark(@dark-blue, @golden);
|
border: 1px solid light-dark(@dark-blue, @golden);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
background: @dark-blue;
|
||||||
|
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -142,13 +143,9 @@
|
||||||
background: @gradient-stress;
|
background: @gradient-stress;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
&::-moz-progress-value,
|
|
||||||
&::-moz-progress-bar {
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-moz-progress-bar {
|
&::-moz-progress-bar {
|
||||||
background: @gradient-hp;
|
background: @gradient-hp;
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
&.stress-color::-moz-progress-bar {
|
&.stress-color::-moz-progress-bar {
|
||||||
background: @gradient-stress;
|
background: @gradient-stress;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue