summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-22 00:28:04 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-22 00:28:04 +0100
commitc7b8cb3309803de97a5eb11dae03f1ad4191502b (patch)
treef8723e7574f41707e962b5f5b6343f3cb21e62d4 /desktop-themes/Menta
parent240d4b896ccc9e1b57ce9afb9a05f127a6ee10d0 (diff)
downloadmate-themes-c7b8cb3309803de97a5eb11dae03f1ad4191502b.tar.bz2
mate-themes-c7b8cb3309803de97a5eb11dae03f1ad4191502b.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/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 934d5bdf..78add74a 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3067,6 +3067,16 @@ GtkFileChooserWidget 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-image-width: 3px 3px 4px 3px;
+ border-radius: 3px;
+ padding: 4px;
+}
+
.sidebar row:hover {
background-color: shade (@theme_selected_bg_color, 1.15);
color: shade (@theme_selected_bg_color, 0.35);