[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Make the summary bold in ZOMG-PONIES!

noreply at xfce.org noreply at xfce.org
Fri Sep 9 23:12:58 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit 70e97e8f09ee4920bc00faeb06f155a7771e2541
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 9 23:12:43 2016 +0200

    Make the summary bold in ZOMG-PONIES!
---
 themes/gtk-3.0/ZOMG-PONIES!/gtk.css  | 4 ++++
 themes/gtk-3.20/ZOMG-PONIES!/gtk.css | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
index 6595f93..4f3da9a 100644
--- a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
@@ -13,6 +13,10 @@
     -GtkWidget-link-color:#c17800;
 }
 
+#XfceNotifyWindow GtkLabel#summary {
+    font : Bold;
+}
+
 #XfceNotifyWindow GtkButton {
     border-image: none;
     background-image: none;
diff --git a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
index 8590574..02a2d23 100644
--- a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
@@ -10,6 +10,10 @@
     color: #ffff00;
 }
 
+#XfceNotifyWindow label#summary {
+    font: Bold;
+}
+
 #XfceNotifyWindow button {
     border-style: none;
     background-image: none;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list