summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-02 22:08:45 +0200
committerraveit65 <[email protected]>2017-09-02 22:08:45 +0200
commitc899efcb8a4cb2e4608e95ad76c63bf0ad3b9d4c (patch)
tree05bee85dcd0c58396490423f56107269f58060ed /desktop-themes/Blue-Submarine/gtk-3.0
parent56fb31c73c045f35a94cefa809b10a2ac96fba6a (diff)
downloadmate-themes-c899efcb8a4cb2e4608e95ad76c63bf0ad3b9d4c.tar.bz2
mate-themes-c899efcb8a4cb2e4608e95ad76c63bf0ad3b9d4c.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/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
1 files changed, 5 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;