[gnome-shell-extensions] window-list: fix font-style of notifications
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] window-list: fix font-style of notifications
- Date: Wed, 5 Feb 2014 00:09:11 +0000 (UTC)
commit 2bf50a76ed3af20d2a70c8ff945d4929cba0b8b9
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Wed Feb 5 01:08:45 2014 +0100
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 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css
index 330e99e..3ce4115 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]