summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-25 18:31:55 +0200
committerraveit65 <[email protected]>2015-07-25 18:32:28 +0200
commite0b80c68c304a7058c275e0f1b108bf147ae8950 (patch)
tree44007a9e2d5724f886540fc5a01bb571ca0f0486 /desktop-themes/Blue-Submarine
parentc43319fc1ce30df0f82e1a760d958719fd322bcc (diff)
downloadmate-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/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css7
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),