diff options
author | ZenWalker <[email protected]> | 2017-04-08 15:55:49 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-04-08 15:55:49 +0200 |
commit | c1c9680349cb508581220345d1a6d16c7db5a3d7 (patch) | |
tree | 191629b115c026aec9039ea953672fdac0f58c2c /desktop-themes/TraditionalGreen | |
parent | 32a139134af1231418f6b6db631eb16b703dd787 (diff) | |
download | mate-themes-c1c9680349cb508581220345d1a6d16c7db5a3d7.tar.bz2 mate-themes-c1c9680349cb508581220345d1a6d16c7db5a3d7.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 a6a69182..e88b6f2e 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -4348,7 +4348,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; |