mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Merge pull request #6073 from Crazylemon64/visible_chemlevels
Makes the chem dispenser's resource levels display as text
This commit is contained in:
File diff suppressed because one or more lines are too long
+21
-1
@@ -31,6 +31,26 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.displayBarText.good {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.displayBarText.notgood {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.displayBarText.average {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.displayBarText.bad {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.displayBarText.highlight {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.displayBarFill.good {
|
||||
color: #ffffff;
|
||||
background: @good-color;
|
||||
@@ -54,4 +74,4 @@
|
||||
.displayBarFill.highlight {
|
||||
color: #ffffff;
|
||||
background: @highlight-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user