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/GreenLaguna/gtk-3.0 | |
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/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d0cab88e..f1d5a490 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -4469,7 +4469,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: @notebook_border; background-color: @theme_main_color; |