diff options
author | raveit65 <[email protected]> | 2018-07-13 14:00:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-13 14:01:57 +0200 |
commit | 364ee293b425182394ff9b1a8e0dfca8b321040a (patch) | |
tree | 414d6751e276cdf32d3c804ce9c8822d770445eb /desktop-themes/Green-Submarine | |
parent | 32e697e0f233878239a275725c73e4ace583e837 (diff) | |
download | mate-themes-364ee293b425182394ff9b1a8e0dfca8b321040a.tar.bz2 mate-themes-364ee293b425182394ff9b1a8e0dfca8b321040a.tar.xz |
submarine: fix font color in lightdm-settings
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 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 fb870f59..4f1d5c32 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2593,6 +2593,11 @@ toolbar toolitem combobox button.combo:hover { inset 0px -1px shade(@selected_bg_color, 0.93);
}
+/* lightdm-settings */
+toolbar.horizontal.cs-header > toolitem > label {
+ color: @theme_fg_color;
+}
+
/********************
* Menubar Toolbars *
********************/
|