[gnome-themes-standard] adwaita: fix the insensitive state border
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita: fix the insensitive state border
- Date: Mon, 2 May 2011 17:04:36 +0000 (UTC)
commit 5e287ecf8d0ee322bda800dfa58473f81fce4676
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Apr 29 21:17:48 2011 -0400
adwaita: fix the insensitive state border
themes/Adwaita/gtk-3.0/gtk-widgets.css | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 7a9695e..9cdf3e5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -79,6 +79,7 @@
*:insensitive {
background-color: @insensitive_bg_color;
color: @insensitive_fg_color;
+ border-color: shade (@internal_element_color, 1.37);
}
*:active {
@@ -169,20 +170,20 @@
/*****************
* GtkSpinButton *
*****************/
+.spinbutton {
+ padding: 3 2;
+}
+
.spinbutton.button,
-.spinbutton.button:insensitive,
.spinbutton.button:prelight,
.spinbutton.button:active {
+ color: @internal_element_color;
background-image: none;
background-color: @theme_base_color;
border-width: 1;
border-style: none;
}
-.spinbutton {
- padding: 3 2;
-}
-
/****************
* Progress bar *
****************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]