diff options
author | Emilio Cobos Álvarez <[email protected]> | 2023-07-04 17:31:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-10 15:06:11 +0200 |
commit | dae5f044c41238c8bcb8c4c8cf51de8068cd3326 (patch) | |
tree | 9fc51d729d1b9267244f81f048e3c8f6e495ba4e /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | c0d607a51ab3e45ec12e94fccee399b497e00743 (diff) | |
download | mate-themes-dae5f044c41238c8bcb8c4c8cf51de8068cd3326.tar.bz2 mate-themes-dae5f044c41238c8bcb8c4c8cf51de8068cd3326.tar.xz |
submarine: Specify foreground color in headerbar.
This fixes Firefox / Thunderbird's inactive tab colors when using CSD,
probably others too.
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 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 54a5a59e..e9c8d45c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5965,6 +5965,7 @@ headerbar, @wm_bg_a,
@wm_bg_b);
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
+ color: @theme_fg_dark_color;
}
headerbar,
|