From eecc00acfb3a44a3815dd23b9052af754e4cd976 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 19 Mar 2016 10:17:03 +0100 Subject: GTK+-3.20 Submarine themes: fix for nautilus pathbar --- .../Blue-Submarine/gtk-3.0/gnome-applications.css | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index 81b19630..368e5558 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -1,4 +1,64 @@ +/* forward/back buttons */ +.nautilus-window > headerbar.titlebar > .linked.raised > button.image-button { + box-shadow: none; + border-width: 1px; +} + +.nautilus-window > headerbar.titlebar > .linked.raised > button.image-button:first-child { + border-radius: 4px 0px 0px 4px; +} + +.nautilus-window > headerbar.titlebar > .linked.raised > button.image-button:last-child { + border-radius: 0px 4px 4px 0px; +} + +.nautilus-window > headerbar.titlebar > .linked.raised > button.image-button:hover { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + +/* workaround for jumping buttons in nautilus */ +.nautilus-window > headerbar.titlebar .linked.path-bar>button, +.nautilus-window > headerbar.titlebar .linked.path-bar>button.text-button.toggle { + border-width: 1px; + border-radius: 4px; + box-shadow: none; +} + +.nautilus-window > headerbar.titlebar .linked.path-bar>button:hover, +.nautilus-window > headerbar.titlebar .linked.path-bar>button.text-button.toggle:hover, +.nautilus-window > headerbar.titlebar .linked.path-bar>button:checked, +.nautilus-window > headerbar.titlebar .linked.path-bar>button.text-button.toggle:checked, +.nautilus-window > headerbar.titlebar .linked.path-bar>button:hover:active, +.nautilus-window > headerbar.titlebar .linked.path-bar>button.text-button.toggle:hover:active { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); + border-radius: 4px; +} + +.nautilus-window > headerbar.titlebar .linked.path-bar> button:first-child widget { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +.nautilus-window > headerbar.titlebar .linked.path-bar > button:last-child widget { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +.nautilus-window > headerbar.titlebar .linked.path-bar > button:first-child, +.nautilus-window > headerbar.titlebar .linked.path-bar> button:last-child { + padding: 0px; +} + +.nautilus-window > headerbar.titlebar .linked.path-bar > button.text-button.toggle { + margin: 0px -1px 0px 0px; + padding: 4px; +} + EphyWindow { background-image: -gtk-gradient (linear, left top, left bottom, -- cgit v1.2.1