summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-09-14 13:00:05 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-09-14 13:00:05 +0200
commitf7c53eb60d2cba92a9da97dc1a09f574e0f91fbb (patch)
tree4e5e1367e2462eddcb566f67b0973eb89d952ed3 /src/css
parentc70d77cea8ef6d98c3c1f50728e45b655d7b2a54 (diff)
Display proper color when attribute is negative.
It still does not check if things are okay when using the other weapon, though.
Diffstat (limited to 'src/css')
-rw-r--r--src/css/src/roster-editor/controlled-panel.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/css/src/roster-editor/controlled-panel.scss b/src/css/src/roster-editor/controlled-panel.scss
index c1480ce..bd7667c 100644
--- a/src/css/src/roster-editor/controlled-panel.scss
+++ b/src/css/src/roster-editor/controlled-panel.scss
@@ -25,13 +25,11 @@
}
-.roster-editor-atts .omnimod-negative-value,
+.roster-editor-character-attributes .omnimod-negative-value,
.roster-editor-invalid-glyph
{
background-color: $RED-2;
- border-radius: 6px;
border: solid 1px $RED-0;
- padding: 2px;
}
.roster-editor-atts > *