diff options
author | ZenWalker <[email protected]> | 2017-04-08 15:55:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-10 07:45:40 +0200 |
commit | 9feb6aa0a85ccb38462cf35c210ac9bb1b5c395c (patch) | |
tree | 7c08c46ebcbd82d3d3bb9ef8ba1d13ab79f6f28d /desktop-themes/ContrastHighInverse | |
parent | 24e4735bc0e46827df8c30637a2d458142b9cf59 (diff) | |
download | mate-themes-9feb6aa0a85ccb38462cf35c210ac9bb1b5c395c.tar.bz2 mate-themes-9feb6aa0a85ccb38462cf35c210ac9bb1b5c395c.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.css | 9 |
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 366da8db..2e95c4ae 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; +} |