X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=e372d24fc4f3c99e4c3eb05abd3944289edc1765;hp=61ccd4c139ae123121e9594ea9e721c002fcc9ac;hb=HEAD;hpb=5eabeaac29e32c327dc067147f3fcea44e5164f8 diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index 61ccd4c1..e372d24f 100644 --- a/data/stylesheets/default.qss +++ b/data/stylesheets/default.qss @@ -25,6 +25,10 @@ ChatLine[label="selected"] { allow-background-override: false; } +ChatLine[label="hovered"] { + font-style: underline; +} + // ChatLine::sender[sender="self"] { // font-style: italic; // }