[gnome-themes-standard] suggested button: insensitive state shared with normal buttons
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] suggested button: insensitive state shared with normal buttons
- Date: Thu, 13 Feb 2014 14:21:35 +0000 (UTC)
commit 6145b0c25055fc29562a3eb9e489e6c12662bf46
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Feb 12 20:41:13 2014 +0100
suggested button: insensitive state shared with normal buttons
https://bugzilla.gnome.org/show_bug.cgi?id=722790
themes/Adwaita/gtk-3.0/gtk-widgets.css | 21 +++++++++++++++++----
1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 1ec6cd5..e09d84d 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3314,13 +3314,26 @@ GtkProgressBar.osd.progressbar {
icon-shadow: 0 1px shade(@suggested_action_button_shadow, 1.15);
}
-.toolbar .suggested-action.button:backdrop,
-.suggested-action.button:backdrop {
- text-shadow: none;
+
+.suggested-action.button:insensitive,
+.suggested-action.button:active *:insensitive {
icon-shadow: none;
- color: @theme_unfocused_text_color;
+ background-image: none;
+ background-color: @insentitive_bg_color;
+ border: 1px solid @insensitive_borders;
}
+.suggested-action.button GtkLabel:insensitive {
+ color: @insensitive_fg_color;
+ text-shadow: none;
+}
+
+.suggested-action.button:insensitive:backdrop {
+ background-color: alpha(@insentitive_bg_color,0.7);
+ border: 1px solid alpha(@insensitive_border_color,0.7);
+}
+
+
/******************************
* Destructive action buttons *
******************************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]