summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-12 15:08:19 +0200
committerraveit65 <[email protected]>2015-08-12 15:08:19 +0200
commitc30dd02aaef3e19757d09a7b2dcb386194b91f1b (patch)
treee610cf9cc609586ba3150e7ab122dcb98e9e5c04 /desktop-themes/BlackMATE
parentfb8780a72f8051a854a23d05a8fe443212180070 (diff)
downloadmate-themes-c30dd02aaef3e19757d09a7b2dcb386194b91f1b.tar.bz2
mate-themes-c30dd02aaef3e19757d09a7b2dcb386194b91f1b.tar.xz
GTK3 BlackMATE: move some forgotten nemo settings to other-applications.css
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css14
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css23
2 files changed, 27 insertions, 10 deletions
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 {