diff options
author | raveit65 <[email protected]> | 2015-07-25 18:31:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 18:32:28 +0200 |
commit | e0b80c68c304a7058c275e0f1b108bf147ae8950 (patch) | |
tree | 44007a9e2d5724f886540fc5a01bb571ca0f0486 /desktop-themes/Green-Submarine | |
parent | c43319fc1ce30df0f82e1a760d958719fd322bcc (diff) | |
download | mate-themes-e0b80c68c304a7058c275e0f1b108bf147ae8950.tar.bz2 mate-themes-e0b80c68c304a7058c275e0f1b108bf147ae8950.tar.xz |
Submarine themes GTK3: fix label fg color of CajaSearchBar +
same style for CajaSearchBar and CajaLocationBar
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 2ec19d13..3613b184 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -318,8 +318,8 @@ CajaSearchBar .entry.image { } CajaSearchBar GtkLabel { - color: @toolbar_fg_color; - text-shadow: 0 1px @toolbar_shadow_color; + color: @theme_fg_color; + text-shadow: none; } .info @@ -425,7 +425,8 @@ CajaWindow .primary-toolbar.toolbar .button * { padding: 2px 4px; } -CajaSearchBar .entry { +CajaSearchBar .entry, +CajaLocationBar .entry { padding: 4px 6px; border-style: none; box-shadow: inset 0px 1px shade (@theme_bg_color, 0.80), |