diff gtk-3.20/gtk.scss @ 50:a37b4370a2e5

Fix Nautilus disk usage graph by importing Nautilus CSS
author IBBoard <dev@ibboard.co.uk>
date Mon, 10 Apr 2017 14:47:56 +0100
parents 433eecb1f9b5
children 90907f1c42b6
line wrap: on
line diff
--- a/gtk-3.20/gtk.scss	Mon Apr 10 14:17:09 2017 +0100
+++ b/gtk-3.20/gtk.scss	Mon Apr 10 14:47:56 2017 +0100
@@ -525,4 +525,9 @@
       }
     }
   }
-}
\ No newline at end of file
+}
+
+// Import extra Nautilus CSS manually, because they only do this if
+// you're using Adwaita -
+// https://github.com/GNOME/nautilus/blob/gnome-3-24/src/nautilus-application.c#L1099-L1112
+@import url("./nautilus.css");
\ No newline at end of file