X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=e372d24fc4f3c99e4c3eb05abd3944289edc1765;hp=506dda97f19e280c81120c61fb81f6c6087108cd;hb=670e7d401aae1196c0a24c59f96d267a8eb9d1bb;hpb=b12b02f1bd5ee8a68bda20622b7ec3eac84f000c diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index 506dda97..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; // } @@ -77,9 +82,10 @@ ChatLine[fg-color="0f"] { foreground: #c0c0c0; } ChatLine[bg-color="0f"] { background: #c0c0c0; } // mIRC formats -ChatLine[format="bold"] { font-weight: bold; } -ChatLine[format="italic"] { font-style: italic; } -ChatLine[format="underline"] { font-style: underline; } +ChatLine[format="bold"] { font-weight: bold; } +ChatLine[format="italic"] { font-style: italic; } +ChatLine[format="underline"] { font-style: underline; } +ChatLine[format="strikethrough"] { font-style: strikethrough; } // ChatView message colors ChatLine#notice { foreground: #916409; }