[gnome-themes-standard] highcontrast: tweak progressbars and fix insensitive state for sliders
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] highcontrast: tweak progressbars and fix insensitive state for sliders
- Date: Mon, 30 Apr 2012 18:59:13 +0000 (UTC)
commit 1f9f4c021533a5bd00d80e782589eb3eb931cf66
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 24 18:00:45 2012 -0400
highcontrast: tweak progressbars and fix insensitive state for sliders
themes/a11y-base.css | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 7dd9024..84d510b 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -136,10 +136,8 @@ GtkComboBox .separator {
}
.progressbar {
- background-color: @theme_fg_color;
- border-color: @theme_insensitive_bg;
- border-style: solid;
- border-width: 1px;
+ background-color: @theme_highlight_color;
+ border-style: none;
}
.entry {
@@ -332,6 +330,7 @@ GtkScale.slider:hover {
GtkScale.slider:insensitive {
background-color: @theme_insensitive_bg;
+ border-color: @theme_insensitive_color;
}
GtkSwitch.slider {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]