forked from AuroraMiddleware/gtk
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:
parent
a0ee054bb1
commit
b5a684de68
@ -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;
|
||||
}
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user