diff options
author | raveit65 <[email protected]> | 2016-07-01 16:50:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-01 16:51:18 +0200 |
commit | 3e7b21be3c97d703b955fbff89c924346cb9fe22 (patch) | |
tree | 15bface6ab7df903a507fa1e63d6ccef9f31ea6c /desktop-themes/TraditionalGreen | |
parent | 3e19fe20ffb3d164a825fe0505e133e188150409 (diff) | |
download | mate-themes-3e7b21be3c97d703b955fbff89c924346cb9fe22.tar.bz2 mate-themes-3e7b21be3c97d703b955fbff89c924346cb9fe22.tar.xz |
GTK+-3.20 most themes: use node 'paper' for GtkPrintUnixDialog
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 56e198cf..388b1cf0 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -4103,6 +4103,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 * ******************/ |