summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-12 15:08:19 +0200
committerraveit65 <[email protected]>2015-08-12 15:09:12 +0200
commitca2525d4eee17b4abef11b6d7cb544cdac912079 (patch)
treefa3607adc84c5f0da76def959b9e204271656485 /desktop-themes/BlackMATE/gtk-3.0
parent8c8c9803632fc4dd3295473925edf97d915c6e39 (diff)
downloadmate-themes-ca2525d4eee17b4abef11b6d7cb544cdac912079.tar.bz2
mate-themes-ca2525d4eee17b4abef11b6d7cb544cdac912079.tar.xz
GTK3 BlackMATE: move some forgotten nemo settings to other-applications.css
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-3.0')
-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 {