[gnome-themes-standard/highcontrast-improvements] highcontrast: don't use brown for inactive notebook tabs
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/highcontrast-improvements] highcontrast: don't use brown for inactive notebook tabs
- Date: Tue, 24 Apr 2012 22:04:49 +0000 (UTC)
commit 230dd8673857017e3349671d5f11ae1061990e7e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 24 18:04:29 2012 -0400
highcontrast: don't use brown for inactive notebook tabs
themes/a11y-base.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 84d510b..b44f4cf 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -366,7 +366,7 @@ GtkSwitch.trough:active {
}
.notebook tab {
- background-color: @theme_active_color;
+ background-color: @theme_internal_bg;
padding: 3px;
}
@@ -374,7 +374,7 @@ GtkSwitch.trough:active {
border-image: linear-gradient(to bottom,
transparent,
transparent 2px,
- @theme_fg_color 3px,
+ @theme_fg_color 2px,
@theme_fg_color);
border-image-slice: 3 1 1 1;
border-image-width: 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]