[gnome-themes-standard/highcontrast-improvements] highcontrast: fix GtkSwitch colors
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/highcontrast-improvements] highcontrast: fix GtkSwitch colors
- Date: Tue, 24 Apr 2012 21:55:02 +0000 (UTC)
commit b6152bede50fad432ebb67dbdddda357a4a457f7
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 24 17:54:43 2012 -0400
highcontrast: fix GtkSwitch colors
themes/a11y-base.css | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index af27c53..4fc24da 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -336,8 +336,28 @@ GtkScale.slider:insensitive {
GtkSwitch.slider {
padding: 2px;
+
border-width: 1px;
- border-color: @theme_insensitive_bg;
+ border-color: @theme_slider_border;
+ border-style: solid;
+ border-radius: 3px;
+
+ background-color: @theme_slider_bg;
+}
+
+GtkSwitch.slider:insensitive {
+ background-color: @theme_insensitive_bg;
+ border-color: @theme_insensitive_color;
+}
+
+GtkSwitch.trough {
+ border-color: @theme_internal_border;
+ background-color: @theme_button_bg;
+}
+
+GtkSwitch.trough:active {
+ color: @theme_highlight_color;
+ background-color: @theme_button_bg;
}
.notebook {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]