diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-22 00:28:04 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-22 00:29:25 +0100 |
commit | 5aec444f3cb876154144fe20de0989604a4ef56c (patch) | |
tree | 7590810f88aacb1ed9135a03dfe6d479f714c3b2 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 8c66fefc7508750e46876c9967e9ae325dd2951a (diff) | |
download | mate-themes-5aec444f3cb876154144fe20de0989604a4ef56c.tar.bz2 mate-themes-5aec444f3cb876154144fe20de0989604a4ef56c.tar.xz |
Gtk+-3.18 most themes: workaround for broken first/last-child logic with linked buttons in GtkFileChooser pathbar
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index ef2ece86..d6ea9957 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/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 { |