summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-02 22:08:45 +0200
committerraveit65 <[email protected]>2017-09-02 22:42:15 +0200
commita2988fdd0f7f3c4015b3a62bc1d76a50b156f4a2 (patch)
tree470816c1123c1790a86c874c15ed217819bfd15a /desktop-themes
parenta530d568e4b43dfca1e7a54641ea404024545277 (diff)
downloadmate-themes-a2988fdd0f7f3c4015b3a62bc1d76a50b156f4a2.tar.bz2
mate-themes-a2988fdd0f7f3c4015b3a62bc1d76a50b156f4a2.tar.xz
Gtk+-3.20 submarine themes: setup dnd for caja-icon-view
follow-up for https://github.com/mate-desktop/caja/commit/f560998
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css5
2 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 47070942..8d098942 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -10,6 +10,11 @@
border-style: none;
}
+/* override for previous setting */
+.caja-notebook scrolledwindow.frame .view.dnd {
+ border-style: solid;
+}
+
/* list view */
.caja-notebook treeview.view {
padding: 0px;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index d48872f5..3e2b9d28 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -10,6 +10,11 @@
border-style: none;
}
+/* override for previous setting */
+.caja-notebook scrolledwindow.frame .view.dnd {
+ border-style: solid;
+}
+
/* list view */
.caja-notebook treeview.view {
padding: 0px;