diff options
author | raveit65 <[email protected]> | 2017-03-06 16:40:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-06 16:41:24 +0100 |
commit | a6560e16d48fadf22af59abf0b06f01dfd8011ef (patch) | |
tree | 18913f4950746b179881fed2dc06f8e78b74f434 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | c12f5e1bc612f85debc1dd2e6f3d604ec00730b4 (diff) | |
download | mate-themes-a6560e16d48fadf22af59abf0b06f01dfd8011ef.tar.bz2 mate-themes-a6560e16d48fadf22af59abf0b06f01dfd8011ef.tar.xz |
Gtk+-3.20 submarine themes: fix toolbar label color
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index bfec9a5b..76563445 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2770,7 +2770,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;
}
|