[gtk+] HC: no need for green in scales
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HC: no need for green in scales
- Date: Thu, 30 Jul 2015 12:04:16 +0000 (UTC)
commit ffec25b0155304e7d047dedde514c61de1ffcdc2
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jul 30 14:01:32 2015 +0200
HC: no need for green in scales
gtk/theme/HighContrast/_common.scss | 6 +++---
gtk/theme/HighContrast/gtk.css | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index e7ace0b..11a7bec 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1696,10 +1696,10 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
box-shadow: inset 1px 1px transparentize(black, 0.9);
&.highlight {
border-color: $selected_borders_color;
- background-color: $success_color;
+ background-color: $selected_bg_color;
&:backdrop {
- border-color: $selected_bg_color;
- background-color: desaturate($success_color,100%);
+ border-color: $insensitive_fg_color;
+ background-color: $insensitive_fg_color;
box-shadow: none;
}
}
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 3078d63..a6989e9 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1923,12 +1923,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
border-color: #000;
- background-color: #73d216; }
+ background-color: #000; }
.scale.trough.highlight:backdrop,
.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop {
- border-color: #000;
- background-color: #747474;
+ border-color: #7f7f7f;
+ background-color: #7f7f7f;
box-shadow: none; }
.scale.trough:insensitive, .scale.trough.hilight:insensitive,
.scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]