diff options
author | raveit65 <[email protected]> | 2015-07-25 18:31:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 18:32:44 +0200 |
commit | e15d63d73490dbb323c2517c3d6c06e06abd704d (patch) | |
tree | dd1e4428969ab3a51232b58c1d24611369216655 /desktop-themes/Blue-Submarine | |
parent | ec3f5ad245b1d3958fe4aa24bc521d6d9d54aa39 (diff) | |
download | mate-themes-e15d63d73490dbb323c2517c3d6c06e06abd704d.tar.bz2 mate-themes-e15d63d73490dbb323c2517c3d6c06e06abd704d.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 d5f6a12e..72e9b3af 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), |