From 776e0ddba21f9086e6f6ba7b7c8c744a463391e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 22 Dec 2015 01:34:33 +0100 Subject: Gtk+-3.18 menta themes: improve previous GtkFileChooser pathbar commit --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 ++ desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 27795eeb..6460b6ef 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3069,6 +3069,8 @@ GtkFileChooserWidget GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-r /* workaround for broken first/last-child logic with linked buttons in pathbar with gtk+-3.18 */ +.path-bar.linked .button.image-button, +.path-bar.linked .button.image-button:checked:hover, .path-bar.linked .button.text-button { border-right-width: 1px; border-left-width: 1px; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 78add74a..2627413f 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -3069,6 +3069,8 @@ GtkFileChooserWidget GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-r /* workaround for broken first/last-child logic with linked buttons in pathbar with gtk+-3.18 */ +.path-bar.linked .button.image-button, +.path-bar.linked .button.image-button:checked:hover, .path-bar.linked .button.text-button { border-right-width: 1px; border-left-width: 1px; -- cgit v1.2.1