diff --git a/Themes/default/style.fixed.css b/Themes/default/style.fixed.css index dcfdd8e..7a9c82a 100644 --- a/Themes/default/style.fixed.css +++ b/Themes/default/style.fixed.css @@ -281,14 +281,13 @@ height:expression(this.offsetHeight>70 ? "70px" : "auto"); font-weight: bold; font-size: x-small; } -.penalty { - color: white; - font-size: small; - font-weight: bold; -} .ban { background-color: red; } +.penalty { + background-color: orange; + color: white; +} .read-only { background-color: orange; } diff --git a/Themes/default/style.liquid.css b/Themes/default/style.liquid.css index 3b7ba0b..5625c09 100644 --- a/Themes/default/style.liquid.css +++ b/Themes/default/style.liquid.css @@ -272,14 +272,13 @@ height:expression(this.offsetHeight>70 ? "70px" : "auto"); font-family: Tahoma, arial, helvetica, sans-serif; font-size: x-small; } -.penalty { - color: white; - font-size: small; - font-weight: bold; -} .ban { background-color: red; } +.penalty { + background-color: orange; + color: white; +} .read-only { background-color: orange; }