[Xfce4-commits] [apps/xfce4-notifyd] 04/29: Convert the Smoke theme to CSS

noreply at xfce.org noreply at xfce.org
Wed Jun 29 23:19:54 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 e29a321a8612b791fab51259b08f67ca5ecf45d9
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Tue Oct 13 10:21:49 2015 +0200

    Convert the Smoke theme to CSS
---
 themes/Smoke/gtk.css | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/themes/Smoke/gtk.css b/themes/Smoke/gtk.css
new file mode 100644
index 0000000..d76032f
--- /dev/null
+++ b/themes/Smoke/gtk.css
@@ -0,0 +1,39 @@
+GtkWindow#XfceNotifyWindow {
+	
+    background-color: #4d4d4d;
+    border-radius: 20px;
+    border-color : #ffffff;
+	border-style: outset;
+ 	border-width: 2px;
+	padding: 20px;
+}
+
+GtkWindow#XfceNotifyWindow:hover {
+	border-width: 3px;
+ 	border-color : #ffffff;
+}
+
+GtkWindow#XfceNotifyWindow GtkLabel {
+	color: #ffffff;
+ 	-GtkWidget-link-color:#a7a7a7;
+}
+
+GtkWindow#XfceNotifyWindow GtkLabel#summay {
+	font : Bold;
+}
+
+GtkWindow#XfceNotifyWindow GtkButton {
+
+ 	border-image: none;
+ 	background-image: none;
+    background-color : #202020;
+    color: #ffffff;
+}
+
+GtkWindow#XfceNotifyWindow GtkButton:hover {
+ 
+ 	border-image: none;
+ 	background-image: none;
+    background-color : #404040;
+    color: #ffffff;
+}

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


More information about the Xfce4-commits mailing list