diff options
author | raveit65 <[email protected]> | 2016-06-04 18:13:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-04 18:14:09 +0200 |
commit | 1ed4271e6d34fa3e0a3bfca619f3bdcbb3391cfa (patch) | |
tree | e00567165fbcfb8d951f65c7e72cad982f3ea681 /desktop-themes/BlueMenta | |
parent | 527b909f8cf15a557b7d3e32ef83eb91ad33efde (diff) | |
download | mate-themes-1ed4271e6d34fa3e0a3bfca619f3bdcbb3391cfa.tar.bz2 mate-themes-1ed4271e6d34fa3e0a3bfca619f3bdcbb3391cfa.tar.xz |
GTK+-3.20 Menta themes: fix nemo pathbar
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 975418ce..f9925fd0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -2,9 +2,6 @@ * NEMO File manager * *********************/ -/* workaround for broken first/last-child logic with linked buttons - in pathbar since gtk+-3.18 */ - .nemo-window widget.raised.linked > button:nth-child(first) widget { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } @@ -14,36 +11,15 @@ } .nemo-window widget.raised.linked > button:nth-child(first) { - margin: 0px -5px 0px -1px; + margin: 0px 0px 0px -1px; padding: 0px; } .nemo-window widget.raised.linked > button:nth-child(last) { - margin: 0px -1px 0px -5px; + margin: 0px -1px 0px 0px; padding: 0px; } -.nemo-window widget.raised.linked > button.text-button.toggle { - border-width: 1px; - border-image-width: 3px 3px 4px 3px; - border-radius: 4px; - border-style: solid; - margin: 0px -8px 0px 0px; -} - -.nemo-window widget.raised.linked > button.text-button.toggle:nth-child(first) { - margin: 0px -1px 0px 0px; -} - -.nemo-window widget.raised.linked > button.text-button.toggle:nth-child(last) { - margin: 0px 0px 0px -1px; -} - -.nemo-window widget.raised.linked > button.text-button.toggle label, -.nemo-window widget.raised.linked > button.text-button.toggle image { - padding: 0px 4px; -} - /* For Places Sidebar diskfull indicators */ .nemo-window .vertical.sidebar>scrolledwindow.frame>viewport.frame>box.vertical>treeview.view { -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65); |