X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fm4yer.qss;fp=data%2Fstylesheets%2Fm4yer.qss;h=eb79149b094126cf93638378ba6eeeef475bca78;hp=163eff5d133309f2d6b116f1ede5b2bd53989ba6;hb=de6ee9a2a3389ebf62f181b12632e58d2ffb8879;hpb=d6ac048d75fcc19f5577077d7ae625d41dbbf726 diff --git a/data/stylesheets/m4yer.qss b/data/stylesheets/m4yer.qss index 163eff5d..eb79149b 100644 --- a/data/stylesheets/m4yer.qss +++ b/data/stylesheets/m4yer.qss @@ -84,11 +84,13 @@ ChatLine[bg-color="0f"] { background: #c0c0c0; } ChatLine[format="bold"] { font-weight: bold;} ChatLine[format="italic"] { font-style: italic; } ChatLine[format="underline"] { font-style: underline; } +ChatLine[format="strikethrough"] { font-style: strikethrough; } // for sender ChatLine[format="bold", sender="self"] { foreground: #323232; font-weight: bold; } ChatLine[format="italic", sender="self"] { foreground: #323232; font-style: italic; } ChatLine[format="underline", sender="self"] { foreground: #323232; font-style: underline; } + ChatLine[format="strikethrough", sender="self"] { foreground: #323232; font-style: strikethrough; } // ChatView message colors ChatLine#notice { foreground: #916409; }