diff options
author | raveit65 <[email protected]> | 2017-09-02 22:08:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-02 22:42:46 +0200 |
commit | 790ad113ad920425f63b4fcc8cfb1963301aad99 (patch) | |
tree | e7d6bc288ba55cf69d62972ccde4431933faf68c /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 060c2cf7753fe1325d85934b70bc2ab36c7c4c71 (diff) | |
download | mate-themes-790ad113ad920425f63b4fcc8cfb1963301aad99.tar.bz2 mate-themes-790ad113ad920425f63b4fcc8cfb1963301aad99.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/gtk-3.0')
-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; |