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/Blue-Submarine/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/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 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 9930b7fd..b3e365a9 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6615,6 +6615,14 @@ printdialog.background .vertical.view.dialog-vbox notebook button.combo { border-radius: 4px;
}
+printdialog.background paper {
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 0px;
+ border-color: @notebook_border;
+ background-color: @theme_base_color;
+}
+
/******************
* GtkFileChooser *
******************/
|