qss: Disable color codes in highlighted messages in the default QSS
[quassel.git] / data / stylesheets / default.qss
index 6027980..61ccd4c 100644 (file)
@@ -14,6 +14,7 @@ ChatLine {
 ChatLine[label="highlight"] {
   foreground: black;
   background: #ff8000;
+  allow-foreground-override: false;
   allow-background-override: false;
 }