[gnome-themes-standard] make toolbar buttons more subtle. I wish I could have an edge highlight at the bottom :/
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] make toolbar buttons more subtle. I wish I could have an edge highlight at the bottom :/
- Date: Sat, 9 Apr 2011 22:01:35 +0000 (UTC)
commit 50293e305734ae8fe88e42cd3044c42d310d0c80
Author: Jakub Steiner <jimmac gmail com>
Date: Sat Apr 9 23:54:26 2011 +0200
make toolbar buttons more subtle.
I wish I could have an edge highlight at the bottom :/
themes/Adwaita/gtk-3.0/gtk-widgets.css | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2d2c9da..c0bc5ee 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -689,23 +689,22 @@ GtkComboBox.button {
border-radius: 4;
-adwaita-border-gradient: -gtk-gradient (linear,
left top, left bottom,
- from (@toolbar_active_button_color),
- to (shade (@toolbar_active_button_color, 1.83)));
+ from (shade (@toolbar_active_button_color, 0.8)),
+ to (shade (@toolbar_active_button_color, 1.4)));
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (shade (@toolbar_gradient_base, 0.85)),
+ from (shade (@toolbar_gradient_base, 0.95)),
to (alpha (shade (@toolbar_gradient_base, 0.85), 0.0)));
-
- color: @theme_base_color;
+
+ color: @theme_fg_color;
}
.primary-toolbar.toolbar.button:active:prelight {
border-style: solid;
- border-radius: 3;
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (alpha (shade (@toolbar_gradient_base, 0.76), 0.7)),
+ from (alpha (shade (@toolbar_gradient_base, 0.96), 0.7)),
to (alpha (shade (@toolbar_gradient_base, 1.14), 0.0)));
color: @theme_base_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]