diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:34:33 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:35:05 +0100 |
commit | ba98f164184cfb2fc009c43171eff33c3fd557d7 (patch) | |
tree | b16514dad15039fa4d272cd22cdf9513c026d017 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 562c6659b0a7df7d8cd451b1017b4a515b12b5cb (diff) | |
download | mate-themes-ba98f164184cfb2fc009c43171eff33c3fd557d7.tar.bz2 mate-themes-ba98f164184cfb2fc009c43171eff33c3fd557d7.tar.xz |
Gtk+-3.18 menta themes: improve previous GtkFileChooser pathbar commit
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |