[gnome-themes-standard] primary-toolbars: tweak primary toolbar buttons insensitive states
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] primary-toolbars: tweak primary toolbar buttons insensitive states
- Date: Mon, 2 May 2011 17:04:46 +0000 (UTC)
commit a9680e29e42c2599a97e38b277ee579bf9083ad9
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 2 13:03:14 2011 -0400
primary-toolbars: tweak primary toolbar buttons insensitive states
themes/Adwaita/gtk-3.0/gtk-widgets.css | 35 +++++++++++++++++++++----------
1 files changed, 24 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a7d5205..27f24c1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -687,7 +687,8 @@ GtkComboBox .button:prelight {
background-color: shade (@theme_bg_color, 0.97);
border-style: solid;
- border-width: 1;
+ border-width: 1 0 1 0;
+ -adwaita-border-gradient: none;
border-color: shade (@theme_bg_color, 0.91);
}
@@ -695,10 +696,11 @@ GtkComboBox .button:prelight {
.primary-toolbar.toolbar.button {
border-style: none;
border-width: 1;
+ border-radius: 4;
background-image: none;
background-color: alpha (@theme_base_color, 0.0);
- -adwaita-focus-border-radius: 2;
+ -adwaita-focus-border-radius: 3;
-adwaita-focus-fill-color: alpha (@theme_base_color, 0.20);
-adwaita-focus-border-gradient: -gtk-gradient (linear,
left top, left bottom,
@@ -708,6 +710,10 @@ GtkComboBox .button:prelight {
.primary-toolbar.toolbar.button:insensitive {
border-style: none;
+ border-width: 0;
+
+ color: @insensitive_fg_color;
+
background-image: none;
background-color: alpha (@theme_base_color, 0.0);
-GtkWidget-focus-line-width: 0;
@@ -724,7 +730,6 @@ GtkComboBox .button:prelight {
.primary-toolbar.toolbar.button:active {
border-style: solid;
- border-radius: 4;
-adwaita-border-gradient: -gtk-gradient (linear,
left top, left bottom,
from (shade (@toolbar_active_button_color, 0.8)),
@@ -738,7 +743,7 @@ GtkComboBox .button:prelight {
color: @theme_fg_color;
}
-.primary-toolbar.toolbar.button:active:prelight {
+.primary-toolbar.toolbar.button:active:hover {
border-style: solid;
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -749,10 +754,10 @@ GtkComboBox .button:prelight {
}
.primary-toolbar.toolbar.button:active:insensitive {
- border-style: solid;
- border-radius: 3;
- border-color: @inactive_frame_color;
+ border-color: @insensitive_border_color;
+
-adwaita-border-gradient: none;
+ background-image: none;
}
.primary-toolbar.toolbar GtkSeparatorToolItem {
@@ -762,14 +767,12 @@ GtkComboBox .button:prelight {
border-style: solid;
border-width: 1;
border-color: shade (@theme_bg_color, 0.56);
+ -adwaita-border-gradient: none;
}
/* primary toolbar raised buttons */
-.primary-toolbar.toolbar.raised.button,
-.primary-toolbar.toolbar.raised.button:insensitive {
- border-radius: 2;
+.primary-toolbar.toolbar.raised.button {
border-width: 1;
- border-color: @button_border;
border-style: solid;
background-image: -gtk-gradient (linear,
@@ -780,6 +783,10 @@ GtkComboBox .button:prelight {
-GtkWidget-focus-line-width: 2;
}
+.primary-toolbar.toolbar.raised.button:insensitive {
+ background-image: none;
+}
+
.primary-toolbar.toolbar.raised.button:hover {
border-color: @button_border;
background-image: -gtk-gradient (linear,
@@ -803,6 +810,12 @@ GtkComboBox .button:prelight {
border-style: solid;
}
+.primary-toolbar.toolbar.raised.button:insensitive:active {
+ border-style: solid;
+ border-width: 1;
+ background-image: none;
+}
+
/* progressbars on primary toolbar entries are special */
.primary-toolbar.toolbar.entry.progressbar {
/* FIXME: need correct colors/gradient */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]