summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-06-29 19:40:59 -0400
committerGitHub <[email protected]>2016-06-29 19:40:59 -0400
commitfa9fc8e80491598b013f38c619abccbb418c8305 (patch)
treee26c12a383c558b4ed1c00b7a1f6f0074ef1db98
parent809f05afc7f1657403e7da543b81acd77113446f (diff)
downloadmate-themes-fa9fc8e80491598b013f38c619abccbb418c8305.tar.bz2
mate-themes-fa9fc8e80491598b013f38c619abccbb418c8305.tar.xz
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"
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css13
1 files changed, 13 insertions, 0 deletions
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 *
************************/