diff options
author | raveit65 <[email protected]> | 2016-07-01 16:50:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-01 16:51:02 +0200 |
commit | 6806cb07acc906ec2c16549231907a0e558dd8c2 (patch) | |
tree | ffe634c38f41006b42feccd5a602264035152196 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | df1c86322b7e3b547dc8d151f97a7bcfbf439f33 (diff) | |
download | mate-themes-6806cb07acc906ec2c16549231907a0e558dd8c2.tar.bz2 mate-themes-6806cb07acc906ec2c16549231907a0e558dd8c2.tar.xz |
GTK+-3.20 most themes: use node 'paper' for GtkPrintUnixDialog
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 604866bf..7ceb6e45 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -4420,6 +4420,14 @@ printdialog.background > box.view.vertical.dialog-vbox { background-color: shade (@theme_bg_color, 1.0); } +printdialog.background paper { + border-style: solid; + border-width: 1px; + border-radius: 0px; + border-color: @notebook_border; + background-color: @theme_main_color; +} + /* ie. meld */ dialog.background.csd notebook toolbar.horizontal, dialog.background.ssd notebook toolbar.horizontal, |