Adapt the stylesheets and the stylesheet generator to the new markerline
[quassel.git] / data / stylesheets / default.qss
index b92bd09..cebcfb4 100644 (file)
@@ -30,8 +30,9 @@ ChatLine::url {
   foreground: palette(link);
 }
 
+// Markerline gets a nice (and hardly visible) gradient
 Palette {
-  marker-line: red;
+  marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 red, stop: 0.1 transparent);
 }
 
 // mIRC colors