diff options
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 * ******************/ |