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
This commit is contained in:
Jakub Steiner 2015-07-29 13:32:34 +02:00
parent a0ee054bb1
commit b5a684de68
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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; }