summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-07-13 14:00:45 +0200
committerraveit65 <[email protected]>2018-07-13 14:00:45 +0200
commit4ba5150e0467a45b001b372ca53f826e7b669e98 (patch)
tree3ce16c6ac5852d17c9dddb1c0ed208537720b6fa
parent64787a4551d7af1829fb1d1a92a4ba885a759d36 (diff)
downloadmate-themes-4ba5150e0467a45b001b372ca53f826e7b669e98.tar.bz2
mate-themes-4ba5150e0467a45b001b372ca53f826e7b669e98.tar.xz
submarine: fix font color in lightdm-settings
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css5
2 files changed, 10 insertions, 0 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 ae7aaa86..876df5e0 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2593,6 +2593,11 @@ toolbar toolitem combobox button.combo:hover {
inset 0px -1px shade(@selected_bg_color, 1.3);
}
+/* lightdm-settings */
+toolbar.horizontal.cs-header > toolitem > label {
+ color: @theme_fg_color;
+}
+
/********************
* Menubar Toolbars *
********************/
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 *
********************/