diff options
author | raveit65 <[email protected]> | 2017-09-02 22:08:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-02 22:08:45 +0200 |
commit | c899efcb8a4cb2e4608e95ad76c63bf0ad3b9d4c (patch) | |
tree | 05bee85dcd0c58396490423f56107269f58060ed /desktop-themes/Green-Submarine | |
parent | 56fb31c73c045f35a94cefa809b10a2ac96fba6a (diff) | |
download | mate-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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |