[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix theming issues with Gtk 3.22

noreply at xfce.org noreply at xfce.org
Tue Oct 18 00:20:49 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 2c544bcc8505ec93a6f2c3fff443e9bd8c13c78b
Author: Christian Hesse <mail at eworm.de>
Date:   Tue Oct 18 00:17:41 2016 +0200

    Fix theming issues with Gtk 3.22
    
    This also works in Gtk 3.20 but maybe not in all older releases of
    Gtk3, hence it's not backported to the older theme versions.
---
 themes/gtk-3.20/Bright/gtk.css       | 4 ++--
 themes/gtk-3.20/Default/gtk.css      | 2 +-
 themes/gtk-3.20/Retro/gtk.css        | 2 +-
 themes/gtk-3.20/Smoke/gtk.css        | 2 +-
 themes/gtk-3.20/ZOMG-PONIES!/gtk.css | 5 +++--
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/themes/gtk-3.20/Bright/gtk.css b/themes/gtk-3.20/Bright/gtk.css
index d2e70bf..368b96a 100644
--- a/themes/gtk-3.20/Bright/gtk.css
+++ b/themes/gtk-3.20/Bright/gtk.css
@@ -15,11 +15,11 @@
 }
 
 #XfceNotifyWindow label#summary {
-    font: Bold;
+    font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
-    font: Bold;
+    font-weight: Bold;
     border: 1px solid shade(#686868, 1.15);
     box-shadow: none;
     background-image: none;
diff --git a/themes/gtk-3.20/Default/gtk.css b/themes/gtk-3.20/Default/gtk.css
index 3b29087..8c5d0c3 100644
--- a/themes/gtk-3.20/Default/gtk.css
+++ b/themes/gtk-3.20/Default/gtk.css
@@ -7,5 +7,5 @@
 }
 
 #XfceNotifyWindow label#summary {
-    font: Bold;
+    font-weight: Bold;
 }
diff --git a/themes/gtk-3.20/Retro/gtk.css b/themes/gtk-3.20/Retro/gtk.css
index 92c17a6..4a18090 100644
--- a/themes/gtk-3.20/Retro/gtk.css
+++ b/themes/gtk-3.20/Retro/gtk.css
@@ -16,7 +16,7 @@
 }
 
 #XfceNotifyWindow label#summary {
-    font: Bold;
+    font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
diff --git a/themes/gtk-3.20/Smoke/gtk.css b/themes/gtk-3.20/Smoke/gtk.css
index 5c5170d..47e85a5 100644
--- a/themes/gtk-3.20/Smoke/gtk.css
+++ b/themes/gtk-3.20/Smoke/gtk.css
@@ -16,7 +16,7 @@
 }
 
 #XfceNotifyWindow label#summary {
-    font: Bold;
+    font-weight: Bold;
 }
 
 #XfceNotifyWindow button {
diff --git a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
index 02a2d23..5e1ee77 100644
--- a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
@@ -6,12 +6,13 @@
 
 #XfceNotifyWindow label,
 #XfceNotifyWindow image {
-    font : Comic Sans MS 22;
+    font-family: Comic Sans MS;
+    font-size: 22;
     color: #ffff00;
 }
 
 #XfceNotifyWindow label#summary {
-    font: Bold;
+    font-weight: Bold;
 }
 
 #XfceNotifyWindow button {

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


More information about the Xfce4-commits mailing list