From 8b5870229d9d1107453fce96218574ec28974060 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 May 2016 09:32:09 +0200 Subject: make CSD support available to forked processes just make CSD CSS rules global (mga#18332) --- perl-install/install/share/gtk.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 perl-install/install/share/gtk.css (limited to 'perl-install/install/share/gtk.css') diff --git a/perl-install/install/share/gtk.css b/perl-install/install/share/gtk.css new file mode 100644 index 000000000..71690dfcc --- /dev/null +++ b/perl-install/install/share/gtk.css @@ -0,0 +1,6 @@ +/* CSD for windows: */ +window, .window-frame { + border: solid 1px alpha(black, 0.75); + padding: 20px; +} + -- cgit v1.2.1