diff options
author | raveit65 <[email protected]> | 2016-07-01 16:50:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-01 16:50:23 +0200 |
commit | a8ad1bb575f2d3c64f58e107beb915a112462315 (patch) | |
tree | bd9ad85cdc06062f527a85293e51642286c10368 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 9b6cd516e0ff7a62eafb6edcf6641df2cb9ddbc2 (diff) | |
download | mate-themes-a8ad1bb575f2d3c64f58e107beb915a112462315.tar.bz2 mate-themes-a8ad1bb575f2d3c64f58e107beb915a112462315.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 62f148ae..766690e6 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6607,6 +6607,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 *
******************/
|