[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Tweaks to the Bright theme
noreply at xfce.org
noreply at xfce.org
Fri Sep 9 22:05:58 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 e5ab4edb98cf21f8b260c12d0b0f40a377ac3c23
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Sep 9 22:05:45 2016 +0200
Tweaks to the Bright theme
---
themes/gtk-3.0/Bright/gtk.css | 9 +++++----
themes/gtk-3.20/Bright/gtk.css | 11 ++++++-----
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/themes/gtk-3.0/Bright/gtk.css b/themes/gtk-3.0/Bright/gtk.css
index 302e462..3dba917 100644
--- a/themes/gtk-3.0/Bright/gtk.css
+++ b/themes/gtk-3.0/Bright/gtk.css
@@ -41,14 +41,15 @@
#XfceNotifyWindow GtkProgressBar .progressbar {
background-image: none;
- background-color: #f1f1f1;
+ background-color: shade (#ddd, 0.65);
+ border: 1px solid shade (#ddd, 0.55);
}
#XfceNotifyWindow GtkProgressBar .trough {
background-image: linear-gradient(to bottom,
- shade(#ddd, 2.85),
- shade(#ddd, 3.25)
+ shade(#ddd, 0.98),
+ shade(#ddd, 1.25)
);
- border: 1px solid shade(#ddd, 1.1);
+ border: 1px solid shade(#ddd, 0.8);
border-radius: 3px;
}
diff --git a/themes/gtk-3.20/Bright/gtk.css b/themes/gtk-3.20/Bright/gtk.css
index 0041118..d2e70bf 100644
--- a/themes/gtk-3.20/Bright/gtk.css
+++ b/themes/gtk-3.20/Bright/gtk.css
@@ -35,20 +35,21 @@
}
#XfceNotifyWindow progressbar {
- min-height: 6px;
+ min-height: 10px;
border-radius: 3px;
}
#XfceNotifyWindow progressbar progress {
background-image: none;
- background-color: #f1f1f1;
+ background-color: shade (#ddd, 0.65);
+ border: 1px solid shade (#ddd, 0.55);
}
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom,
- shade(#ddd, 2.85),
- shade(#ddd, 3.25)
+ shade(#ddd, 0.98),
+ shade(#ddd, 1.25)
);
- border: 1px solid shade(#ddd, 1.1);
+ border: 1px solid shade(#ddd, 0.8);
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