From c033d10399265e2b41c19f2613c2f0d95e1edbc6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Jun 2016 18:13:38 +0200 Subject: GTK+-3.20 Menta themes: fix nemo pathbar --- .../Menta/gtk-3.0/other-applications.css | 28 ++-------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 14170bfa..24211707 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/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); -- cgit v1.2.1