From 2f5ee325dd5cde43d36b6c91abeac8498388dec9 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 29 Jun 2016 19:39:07 -0400 Subject: Fix "paper" widget in print dialogs In the "General" tab olf a print dialog under the "copies" spinbutton are checkboxes for "collate" and "reverse." The "Reverse" button shows two numbered pieces of paper, but until now it only worked in Adwaita or in GTK 2. Fix this, in GTK 3..20 or later this is a cssnode named simply "paper" --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index ee61fef2..79f6e6d9 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3782,6 +3782,19 @@ filechooserwidget.vertical paned.horizontal { border-color: transparent; } + +/*************************** + * GtkPrintUnixDialog * + ***************************/ + +printdialog paper{ + border-style: solid; + border-width: 1px; + border-radius: 0px; + border-color: #aaaaaa; + background-color: #ffffff; +} + /************************ * overshoot/undershoot * ************************/ -- cgit v1.2.1