diff options
author | raveit65 <[email protected]> | 2015-07-25 18:25:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 18:26:35 +0200 |
commit | c43319fc1ce30df0f82e1a760d958719fd322bcc (patch) | |
tree | e0215a351b0f7848a455974404fd72a24f26afa8 /desktop-themes/Menta/gtk-3.0 | |
parent | ea7811392a41ebde294e064fb1c5eefbd0deb88f (diff) | |
download | mate-themes-c43319fc1ce30df0f82e1a760d958719fd322bcc.tar.bz2 mate-themes-c43319fc1ce30df0f82e1a760d958719fd322bcc.tar.xz |
Menta themes GTK3: adjust padding from CajaSearchBar
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index c095cce3..6dc57d57 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -298,6 +298,10 @@ CajaWindow .notebook tab.top { text-shadow: 0 1px shade (@cluebar_color, 1.06); } +CajaSearchBar .horizontal .entry { + padding: 4px; +} + CajaTrashBar.info, CajaXContentBar.info, CajaSearchBar.info, |