[gnome-themes-standard] highcontrast: button hover state fixes
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] highcontrast: button hover state fixes
- Date: Mon, 30 Apr 2012 18:59:23 +0000 (UTC)
commit 9fbc508a2b454bf77df7d3e303122dd0e869927e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 24 18:10:08 2012 -0400
highcontrast: button hover state fixes
themes/a11y-base.css | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index b44f4cf..fdc4529 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -70,7 +70,6 @@ GtkImage:insensitive {
.button:hover {
background-color: @theme_fg_color;
- border-color: @theme_insensitive_bg;
color: @theme_insensitive_bg;
}
@@ -214,6 +213,18 @@ GtkComboBox .button {
border-style: solid;
}
+.toolbar .button {
+ background-color: transparent;
+}
+
+.toolbar .button:active {
+ background-color: @theme_slider_bg;
+}
+
+.toolbar .button:hover {
+ background-color: @theme_fg_color;
+}
+
.toolbar .button *:insensitive,
.toolbar .button:insensitive {
background-color: @theme_base_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]