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/TraditionalOk/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/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 5777ebce..dc1b3b78 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -4099,6 +4099,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: @border_color; + background-color: @theme_base_color; +} + /****************** * GtkAboutDialog * ******************/ |