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/Blue-Submarine/gtk-3.0 | |
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/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 03adea8a..889d2115 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6922,7 +6922,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;
|