From 7ceb8a0d28bb6644211e01932423bd1a4514dd50 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Fri, 29 Jan 2016 21:10:34 +0100 Subject: Gtk+-3.20 BlueMenta: use symbolic arrows for NemoPathBar --- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 14 ++++++++++++-- 1 file 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); } -- cgit v1.2.1