From 398d9d9573b8616d73528365e60151449900a5a4 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Sat, 8 Apr 2017 15:55:49 +0200 Subject: All themes: Fix: print dialog paper depictions not appearing correctly Fixes #174 --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 9fc3fb2a..554f5c7b 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -3553,3 +3553,12 @@ stackswitcher button.text-button { stackswitcher button.circular { min-width: 0px; } +/* print dialog */ + +printdialog.background paper { + border-style: solid; + border-width: 0.9px; + border-radius: 0px; + border-color: white; + background-color: #737373; +} -- cgit v1.2.1