diff options
author | raveit65 <[email protected]> | 2017-03-06 16:40:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-06 16:41:42 +0100 |
commit | 27089555304c77b9d3589b6f6ebe4d01214a354c (patch) | |
tree | 58bd3afb6bdac7915a313db078abb7f1e31b075e /desktop-themes/Green-Submarine | |
parent | df8dcca39b9b4149f8c2cc5f6fbffb9cbf22c555 (diff) | |
download | mate-themes-27089555304c77b9d3589b6f6ebe4d01214a354c.tar.bz2 mate-themes-27089555304c77b9d3589b6f6ebe4d01214a354c.tar.xz |
Gtk+-3.20 submarine themes: fix toolbar label color
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 7a37b219..f5a7175f 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2773,7 +2773,7 @@ toolbar.primary-toolbar button:checked:disabled { }
toolbar label {
- color: shade(@theme_fg_color, 1.10);
+ color: shade(@toolbar_fg_color, 1.00);
text-shadow: none;
}
|