[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Prepare themes for usage of symbolic icons

noreply at xfce.org noreply at xfce.org
Fri Sep 9 21:55:55 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 2b1d081061112e2c3ce8dcb7cfd671833e87a61d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 9 21:53:09 2016 +0200

    Prepare themes for usage of symbolic icons
---
 themes/gtk-3.0/Bright/gtk.css        | 3 ++-
 themes/gtk-3.0/Retro/gtk.css         | 3 ++-
 themes/gtk-3.0/Smoke/gtk.css         | 5 +++--
 themes/gtk-3.0/ZOMG-PONIES!/gtk.css  | 6 +++---
 themes/gtk-3.20/Bright/gtk.css       | 3 ++-
 themes/gtk-3.20/Retro/gtk.css        | 3 ++-
 themes/gtk-3.20/Smoke/gtk.css        | 3 ++-
 themes/gtk-3.20/ZOMG-PONIES!/gtk.css | 7 +++----
 8 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/themes/gtk-3.0/Bright/gtk.css b/themes/gtk-3.0/Bright/gtk.css
index c071904..302e462 100644
--- a/themes/gtk-3.0/Bright/gtk.css
+++ b/themes/gtk-3.0/Bright/gtk.css
@@ -9,7 +9,8 @@
     background-color: shade(#f9edbe, 0.98);
 }
 
-#XfceNotifyWindow GtkLabel {
+#XfceNotifyWindow GtkLabel,
+#XfceNotifyWindow GtkImage {
     color: #686868;
 }
 
diff --git a/themes/gtk-3.0/Retro/gtk.css b/themes/gtk-3.0/Retro/gtk.css
index fa2b0b0..4c1c571 100644
--- a/themes/gtk-3.0/Retro/gtk.css
+++ b/themes/gtk-3.0/Retro/gtk.css
@@ -10,7 +10,8 @@
     border-color: shade(#f9edbe, 0.5);
 }
 
-#XfceNotifyWindow GtkLabel {
+#XfceNotifyWindow GtkLabel,
+#XfceNotifyWindow GtkImage {
     color: #555555;
 }
 
diff --git a/themes/gtk-3.0/Smoke/gtk.css b/themes/gtk-3.0/Smoke/gtk.css
index a18716d..3c631a8 100644
--- a/themes/gtk-3.0/Smoke/gtk.css
+++ b/themes/gtk-3.0/Smoke/gtk.css
@@ -13,7 +13,8 @@
     border-color : #ffffff;
 }
 
-#XfceNotifyWindow GtkLabel {
+#XfceNotifyWindow GtkLabel,
+#XfceNotifyWindow GtkImage {
     color: #ffffff;
     -GtkWidget-link-color:#a7a7a7;
 }
@@ -31,7 +32,7 @@
 }
 
 #XfceNotifyWindow GtkButton:hover {
- 
+
     border-image: none;
     background-image: none;
     background-color : #404040;
diff --git a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
index 4a26bad..4e3c822 100644
--- a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
@@ -8,8 +8,9 @@
 }
 
 
-#XfceNotifyWindow GtkLabel {
-    font : Comic Sans MS 26;
+#XfceNotifyWindow GtkLabel,
+#XfceNotifyWindow GtkImage {
+    font : Comic Sans MS 22;
     color: #ffff00;
     -GtkWidget-link-color:#c17800;
 }
@@ -27,4 +28,3 @@
     background-image: none;
     background-color : #5e0086;
 }
-
diff --git a/themes/gtk-3.20/Bright/gtk.css b/themes/gtk-3.20/Bright/gtk.css
index ad0f4fe..0041118 100644
--- a/themes/gtk-3.20/Bright/gtk.css
+++ b/themes/gtk-3.20/Bright/gtk.css
@@ -9,7 +9,8 @@
     background-color: shade(#f2f1f1, 0.98);
 }
 
-#XfceNotifyWindow label {
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
     color: #686868;
 }
 
diff --git a/themes/gtk-3.20/Retro/gtk.css b/themes/gtk-3.20/Retro/gtk.css
index 44c858d..92c17a6 100644
--- a/themes/gtk-3.20/Retro/gtk.css
+++ b/themes/gtk-3.20/Retro/gtk.css
@@ -10,7 +10,8 @@
     border-color: shade(#f9edbe, 0.5);
 }
 
-#XfceNotifyWindow label {
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
     color: #555555;
 }
 
diff --git a/themes/gtk-3.20/Smoke/gtk.css b/themes/gtk-3.20/Smoke/gtk.css
index cccebb6..5c5170d 100644
--- a/themes/gtk-3.20/Smoke/gtk.css
+++ b/themes/gtk-3.20/Smoke/gtk.css
@@ -10,7 +10,8 @@
     border-color: #ffffff;
 }
 
-#XfceNotifyWindow label {
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
     color: #ffffff;
 }
 
diff --git a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
index 120c790..99d4394 100644
--- a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
@@ -4,10 +4,10 @@
     border: 6px solid #ffff00;
 }
 
-#XfceNotifyWindow label {
-    font : Comic Sans MS 26;
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
+    font : Comic Sans MS 22;
     color: #ffff00;
-    -GtkWidget-link-color:#c17800;
 }
 
 #XfceNotifyWindow button {
@@ -21,4 +21,3 @@
     background-image: none;
     background-color : #5e0086;
 }
-

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


More information about the Xfce4-commits mailing list