diff options
author | raveit65 <[email protected]> | 2015-07-25 18:31:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 18:31:55 +0200 |
commit | 91011994205aa9f157e124094fc089e7ca7b0223 (patch) | |
tree | f770cef2f64c20c3107a84a0f514bff2ee4748d6 /desktop-themes/Blue-Submarine | |
parent | 9352b6e4ecad18f22e229e07186593491e3d0a05 (diff) | |
download | mate-themes-91011994205aa9f157e124094fc089e7ca7b0223.tar.bz2 mate-themes-91011994205aa9f157e124094fc089e7ca7b0223.tar.xz |
Submarine themes GTK3: fix label fg color of CajaSearchBar +
same style for CajaSearchBar and CajaLocationBar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index bd77aaba..8d76b8e0 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-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 @@ -424,7 +424,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), |