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.
This commit is contained in:
Giovanni Campagna
2014-02-05 01:08:45 +01:00
parent a519c9fe91
commit 2bf50a76ed

View File

@@ -75,3 +75,7 @@
.window-list-workspace-indicator > StLabel {
padding: 0 2px;
}
.notification {
font-weight: normal;
}