summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {