From 5aec444f3cb876154144fe20de0989604a4ef56c Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 22 Dec 2015 00:28:04 +0100 Subject: Gtk+-3.18 most themes: workaround for broken first/last-child logic with linked buttons in GtkFileChooser pathbar --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 22864cfa..78e3c7c9 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1814,6 +1814,15 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-r padding: 4px 12px 4px 0px; } +/* workaround for broken first/last-child logic with linked buttons + in pathbar with gtk+-3.18 */ +.path-bar.linked .button.text-button { + border-right-width: 1px; + border-left-width: 1px; + border-radius: 2px; + padding: 4px; +} + .sidebar .radio, .sidebar .radio:focus, .sidebar .radio:selected { -- cgit v1.2.1