X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fm4yer.qss;h=0420432814d1e13de0ca4565fff28617e8d74ebe;hp=6319154589c69ef006c458cc4afa208685c6a1b9;hb=10189b4eb20d1b3b9579a6b51dde697691c18abd;hpb=6e73ba4a19fd92038e1ea749125767661fb34e27 diff --git a/data/stylesheets/m4yer.qss b/data/stylesheets/m4yer.qss index 63191545..04204328 100644 --- a/data/stylesheets/m4yer.qss +++ b/data/stylesheets/m4yer.qss @@ -13,7 +13,7 @@ ChatLine[label="highlight"] { ChatLine::sender[label="highlight"] { background: #d7d7d7; font-weight:bold; - foreground: #0000aa; + foreground: #0000aa; } ChatLine[label="selected"] { @@ -36,7 +36,7 @@ ChatLine::timestamp { foreground: #707c70; } ChatLine::timestamp[sender="self"] { foreground: #707c70; } ChatLine::timestamp[label="highlight"] { foreground: #707c70; } -Palette { marker-line: #ff0000; } +Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); } ChatLine::url { foreground: #0000aa; } ChatLine::url[sender="self"] { foreground: #0000aa; }