From c30dd02aaef3e19757d09a7b2dcb386194b91f1b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 12 Aug 2015 15:08:19 +0200 Subject: GTK3 BlackMATE: move some forgotten nemo settings to other-applications.css --- .../BlackMATE/gtk-3.0/gnome-applications.css | 14 ++++--------- .../BlackMATE/gtk-3.0/other-applications.css | 23 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 10 deletions(-) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css index d9afc7ce..4a4a38c9 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css @@ -93,8 +93,7 @@ FrWindow GtkPaned { } FrWindow .pane-separator, -NautilusWindow > GtkGrid > .pane-separator, -NemoWindow > GtkGrid > .pane-separator { +NautilusWindow > GtkGrid > .pane-separator { color: shade(@theme_selected_bg_color, 2.0); background-repeat: no-repeat; background-position: center; @@ -105,25 +104,20 @@ NemoWindow > GtkGrid > .pane-separator { FrWindow .pane-separator:hover, FrWindow .pane-separator:selected, NautilusWindow > GtkGrid > .pane-separator:hover, -NautilusWindow > GtkGrid > .pane-separator:selected, -NemoWindow > GtkGrid > .pane-separator:hover, -NemoWindow > GtkGrid > .pane-separator:selected { +NautilusWindow > GtkGrid > .pane-separator:selected { background-image: url("assets/notebook-pane-separator-grip-hover.svg"); } /* is this really needed? */ FrWindow .pane-separator.vertical, -NautilusWindow > GtkGrid > .pane-separator.vertical, -NemoWindow > GtkGrid > .pane-separator.vertical { +NautilusWindow > GtkGrid > .pane-separator.vertical { background-image: url("assets/notebook-pane-separator-grip-vertical.svg"); } FrWindow .pane-separator.vertical:hover, FrWindow .pane-separator.vertical:selected, NautilusWindow > GtkGrid > .pane-separator.vertical:hover, -NautilusWindow > GtkGrid > .pane-separator.vertical:selected, -NemoWindow > GtkGrid > .pane-separator.vertical:hover, -NemoWindow > GtkGrid > .pane-separator.vertical:selected { +NautilusWindow > GtkGrid > .pane-separator.vertical:selected { background-image: url("assets/notebook-pane-separator-grip-vertical-hover.svg"); } diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index 42d0538f..f208692e 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -2,6 +2,29 @@ * Nemo * ********/ +NemoWindow > GtkGrid > .pane-separator { + color: shade(@theme_selected_bg_color, 2.0); + background-repeat: no-repeat; + background-position: center; + background-image: url("assets/notebook-pane-separator-grip.svg"); + background-color: @less_dark_color; +} + +NemoWindow > GtkGrid > .pane-separator:hover, +NemoWindow > GtkGrid > .pane-separator:selected { + background-image: url("assets/notebook-pane-separator-grip-hover.svg"); +} + +/* is this really needed? */ +NemoWindow > GtkGrid > .pane-separator.vertical { + background-image: url("assets/notebook-pane-separator-grip-vertical.svg"); +} + +NemoWindow > GtkGrid > .pane-separator.vertical:hover, +NemoWindow > GtkGrid > .pane-separator.vertical:selected { + background-image: url("assets/notebook-pane-separator-grip-vertical-hover.svg"); +} + /**** View ***/ NemoView .view { -- cgit v1.2.1