diff options
author | raveit65 <[email protected]> | 2016-09-03 17:38:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-03 17:41:14 +0200 |
commit | 5c518ed1b90d05324a9a64f5fb5d30bf9048b148 (patch) | |
tree | 0d5c593758d74b3973ea7e8e6f47721ecb5d906a /desktop-themes/Blue-Submarine | |
parent | 1a65f18d0cc97bfbd6a3842bdaa567ab3baf83e0 (diff) | |
download | mate-themes-5c518ed1b90d05324a9a64f5fb5d30bf9048b148.tar.bz2 mate-themes-5c518ed1b90d05324a9a64f5fb5d30bf9048b148.tar.xz |
GTK+-3 Submarine themes: fix jumping pathbar toggle button
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 4 |
1 files changed, 2 insertions, 2 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 3cd15ef5..96fa6d32 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -177,7 +177,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { /* pathbar buttons */ .caja-pathbar button { - padding: 4px; + padding: 3px 4px; } /* arrow button */ @@ -221,7 +221,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { margin: 0px -2px 0px -2px; border-width: 1px 0px; border-radius: 0px; - padding: 4px 6px; + padding: 3px 6px; } .caja-search-bar entry, |