diff options
author | ZenWalker <[email protected]> | 2017-04-08 15:55:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-10 07:46:48 +0200 |
commit | 398d9d9573b8616d73528365e60151449900a5a4 (patch) | |
tree | 0dcd64c21b252d6e5250e7890ca235f208008f84 /desktop-themes/TraditionalGreen | |
parent | 56b8c40c694621f592bc728ebaae11c78c25e444 (diff) | |
download | mate-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/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 3257e42d..8c31e779 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -4343,7 +4343,7 @@ printdialog.background > box.view.vertical.dialog-vbox { printdialog.background paper { border-style: solid; - border-width: 1px; + border-width: 0.9px; border-radius: 0px; border-color: @border_color; background-color: @theme_base_color; |