summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-04-08 15:55:49 +0200
committerraveit65 <[email protected]>2017-04-10 07:46:48 +0200
commit398d9d9573b8616d73528365e60151449900a5a4 (patch)
tree0dcd64c21b252d6e5250e7890ca235f208008f84 /desktop-themes/ContrastHighInverse
parent56b8c40c694621f592bc728ebaae11c78c25e444 (diff)
downloadmate-themes-398d9d9573b8616d73528365e60151449900a5a4.tar.bz2
mate-themes-398d9d9573b8616d73528365e60151449900a5a4.tar.xz
All themes: Fix: print dialog paper depictions not appearing correctly
Fixes #174
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css9
1 files changed, 9 insertions, 0 deletions
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;
+}