[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Add progressbar theming to ZOMG-PONIES!

noreply at xfce.org noreply at xfce.org
Fri Sep 9 23:02:36 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 cd3d7e038cb6b8c084cf13b7a42946b243c402ba
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 9 23:02:11 2016 +0200

    Add progressbar theming to ZOMG-PONIES!
---
 themes/gtk-3.0/ZOMG-PONIES!/gtk.css  | 22 ++++++++++++++++++----
 themes/gtk-3.20/ZOMG-PONIES!/gtk.css | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
index 4e3c822..6595f93 100644
--- a/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.0/ZOMG-PONIES!/gtk.css
@@ -1,5 +1,4 @@
 #XfceNotifyWindow {
-
     background-color: #ff69b4;
     border-radius: 10px;
     border-color : #ffff00;
@@ -7,7 +6,6 @@
     border-width: 6px;
 }
 
-
 #XfceNotifyWindow GtkLabel,
 #XfceNotifyWindow GtkImage {
     font : Comic Sans MS 22;
@@ -15,16 +13,32 @@
     -GtkWidget-link-color:#c17800;
 }
 
-
 #XfceNotifyWindow GtkButton {
     border-image: none;
     background-image: none;
     background-color : #9400d3;
 }
 
-
 #XfceNotifyWindow GtkButton:hover {
     border-image: none;
     background-image: none;
     background-color : #5e0086;
 }
+
+#XfceNotifyWindow GtkProgressBar {
+    border-radius: 3px;
+}
+
+#XfceNotifyWindow GtkProgressBar .progressbar {
+    min-height: 16px;
+    background-image: none;
+    background-color: shade(#ffff00, 1.2);
+}
+
+#XfceNotifyWindow GtkProgressBar .trough {
+    min-height: 16px;
+    background-image: none;
+    background-color: #5e0086;
+    border: 1px solid shade(#5e0086, 0.6);
+    border-radius: 3px;
+}
diff --git a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
index 99d4394..8590574 100644
--- a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+++ b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
@@ -21,3 +21,21 @@
     background-image: none;
     background-color : #5e0086;
 }
+
+#XfceNotifyWindow progressbar {
+    border-radius: 3px;
+}
+
+#XfceNotifyWindow progressbar progress {
+    min-height: 16px;
+    background-image: none;
+    background-color: shade(#ffff00, 1.2);
+}
+
+#XfceNotifyWindow progressbar trough {
+    min-height: 16px;
+    background-image: none;
+    background-color: #5e0086;
+    border: 1px solid shade(#5e0086, 0.6);
+    border-radius: 3px;
+}

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


More information about the Xfce4-commits mailing list