[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Small fixes in Default and Smoke themes
noreply at xfce.org
noreply at xfce.org
Thu Sep 8 00:37:30 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 73f5f323efd27ccb02a21623a8ccc6bade0bd37d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Sep 8 00:37:12 2016 +0200
Small fixes in Default and Smoke themes
---
themes/gtk-3.0/Default/gtk.css | 10 +++++++---
themes/gtk-3.20/Default/gtk.css | 10 +++++++---
themes/gtk-3.20/Smoke/gtk.css | 1 -
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/themes/gtk-3.0/Default/gtk.css b/themes/gtk-3.0/Default/gtk.css
index a85b56b..8482fb6 100644
--- a/themes/gtk-3.0/Default/gtk.css
+++ b/themes/gtk-3.0/Default/gtk.css
@@ -1,7 +1,11 @@
-/* We set some default options here. This is loaded with a low priority,
+/* We set some default options here. This is loaded with a low priority,
* the rest will use whatever default colors are in your main gtk theme */
-#XfceNotifyWindow {
+#XfceNotifyWindow {
border-radius: 6px;
border-width: 1px;
- border-color : #ffffff;
+ border-color : #ffffff;
+}
+
+#XfceNotifyWindow GtkLabel#summary {
+ font: Bold;
}
diff --git a/themes/gtk-3.20/Default/gtk.css b/themes/gtk-3.20/Default/gtk.css
index a85b56b..3b29087 100644
--- a/themes/gtk-3.20/Default/gtk.css
+++ b/themes/gtk-3.20/Default/gtk.css
@@ -1,7 +1,11 @@
-/* We set some default options here. This is loaded with a low priority,
+/* We set some default options here. This is loaded with a low priority,
* the rest will use whatever default colors are in your main gtk theme */
-#XfceNotifyWindow {
+#XfceNotifyWindow {
border-radius: 6px;
border-width: 1px;
- border-color : #ffffff;
+ border-color : #ffffff;
+}
+
+#XfceNotifyWindow label#summary {
+ font: Bold;
}
diff --git a/themes/gtk-3.20/Smoke/gtk.css b/themes/gtk-3.20/Smoke/gtk.css
index c174d5a..cccebb6 100644
--- a/themes/gtk-3.20/Smoke/gtk.css
+++ b/themes/gtk-3.20/Smoke/gtk.css
@@ -12,7 +12,6 @@
#XfceNotifyWindow label {
color: #ffffff;
- -GtkWidget-link-color: #a7a7a7;
}
#XfceNotifyWindow label#summary {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list