From e0b80c68c304a7058c275e0f1b108bf147ae8950 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 25 Jul 2015 18:31:55 +0200 Subject: Submarine themes GTK3: fix label fg color of CajaSearchBar + same style for CajaSearchBar and CajaLocationBar --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop-themes/Blue-Submarine') 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), -- cgit v1.2.1