X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=e372d24fc4f3c99e4c3eb05abd3944289edc1765;hp=6027980a762e7780d4cc72a0d00a93eb5f8b7d5a;hb=HEAD;hpb=f56f4515fa722a9e20bca9457ff876e1a0a5f38c diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index 6027980a..e372d24f 100644 --- a/data/stylesheets/default.qss +++ b/data/stylesheets/default.qss @@ -14,6 +14,7 @@ ChatLine { ChatLine[label="highlight"] { foreground: black; background: #ff8000; + allow-foreground-override: false; allow-background-override: false; } @@ -24,6 +25,10 @@ ChatLine[label="selected"] { allow-background-override: false; } +ChatLine[label="hovered"] { + font-style: underline; +} + // ChatLine::sender[sender="self"] { // font-style: italic; // }