From 2bf50a76ed3af20d2a70c8ff945d4929cba0b8b9 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 5 Feb 2014 01:08:45 +0100 Subject: [PATCH] window-list: fix font-style of notifications Notifications are reparented to the bottom panel when there is one, so they would inherit the bold font. Avoid that. --- extensions/window-list/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css index 330e99e9..3ce41150 100644 --- a/extensions/window-list/stylesheet.css +++ b/extensions/window-list/stylesheet.css @@ -75,3 +75,7 @@ .window-list-workspace-indicator > StLabel { padding: 0 2px; } + +.notification { + font-weight: normal; +} \ No newline at end of file