[gtk+] HC: make progressbar labels more visible
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HC: make progressbar labels more visible
- Date: Wed, 29 Jul 2015 15:33:03 +0000 (UTC)
commit b5a684de6887d233304a009e5f0126dcac4dc36c
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jul 29 13:32:34 2015 +0200
HC: make progressbar labels more visible
- use the same colro as regular labels, no
need to be more subtle
https://bugzilla.gnome.org/show_bug.cgi?id=752978
gtk/theme/HighContrast/_common.scss | 2 +-
gtk/theme/HighContrast/gtk.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 714db13..76f370e 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1747,7 +1747,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
GtkProgressBar {
padding: 0;
font-size: 83%;
- color: transparentize($fg_color, 0.6);
+ color: $fg_color;
&:backdrop {
color: $insensitive_fg_color;
}
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 996f8d4..e7d3e50 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
GtkProgressBar {
padding: 0;
font-size: 83%;
- color: rgba(0, 0, 0, 0.4); }
+ color: #000; }
GtkProgressBar:backdrop {
color: #7f7f7f; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]