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/Green-Submarine | |
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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 80d5e58d..0f085a9c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6928,7 +6928,7 @@ printdialog.background .vertical.view.dialog-vbox notebook button.combo { printdialog.background paper {
border-style: solid;
- border-width: 1px;
+ border-width: 0.9px;
border-radius: 0px;
border-color: @notebook_border;
background-color: @theme_base_color;
|