summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-29 21:10:34 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-29 21:10:34 +0100
commit7ceb8a0d28bb6644211e01932423bd1a4514dd50 (patch)
tree96477415f4c4c798960111aeea187f28d9a33b8f
parent429d3db1f6e181fdfe631107207c9fb2031e7dd8 (diff)
downloadmate-themes-7ceb8a0d28bb6644211e01932423bd1a4514dd50.tar.bz2
mate-themes-7ceb8a0d28bb6644211e01932423bd1a4514dd50.tar.xz
Gtk+-3.20 BlueMenta: use symbolic arrows for NemoPathBar
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index c2fb1513..141a07f1 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -74,6 +74,16 @@ NemoPathBar:dir(ltr).raised.linked .button.text-button:checked:hover:active:only
border-radius: 4px;
}
+/* New */
+toolbar.primary-toolbar.horizontal NemoPathBar.raised.linked button:first-child GtkArrow {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+}
+
+toolbar.primary-toolbar.horizontal NemoPathBar.raised.linked button:last-child GtkArrow {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+}
+
+
/* For Places Sidebar diskfull indicators */
NemoPlacesTreeView {
@@ -395,8 +405,8 @@ OsScrollbar:active {
background-color: shade (@theme_bg_color, 0.6);
}
-OsThumb:insensitive,
-OsScrollbar:insensitive {
+OsThumb:disabled,
+OsScrollbar:disabled {
background-color: shade (@theme_bg_color, 0.85);
}