HighContrast: print dialog fixes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2019 17:29:16 +0000 (12:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2019 17:30:44 +0000 (12:30 -0500)
Fix up the paper drawing.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index b0caecbec6886d49ec27713ff57651697536a690..06f0a5f1262f24b19e13d24aa9b7b54e21acbc31 100644 (file)
@@ -3549,3 +3549,30 @@ button.emoji-section:backdrop { /* Dodge stuff inherited from backdrop button */
     color: $selected_fg_color;
   }
 }
+
+/****************
+ * Print dialog *
+*****************/
+printdialog {
+  drawing {
+    color: $fg_color;
+    background: none;
+    border: none;
+    padding: 0;
+
+    &:backdrop {
+      color: $backdrop_fg_color;
+      border-color: $backdrop_borders_color;
+    }
+
+    paper {
+      background: white;
+      color: black;
+      border: 1px solid $borders_color;
+    }
+
+  }
+
+  .dialog-action-box { margin: 12px; }
+}
+
index f9ac7d7c036729ef23cac05c2e144a2c50aeee8f..1de308327a9e70eff11976ba24d2d972b0d58ca8 100644 (file)
@@ -1621,3 +1621,12 @@ button.emoji-section:checked label, button.emoji-section:backdrop:checked label
 .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
 
 .emoji :hover { background: #ddd; color: #000; }
+
+/**************** Print dialog * */
+printdialog drawing { color: #fff; background: none; border: none; padding: 0; }
+
+printdialog drawing:backdrop { color: #fff; border-color: #737373; }
+
+printdialog drawing paper { background: white; color: black; border: 1px solid gray; }
+
+printdialog .dialog-action-box { margin: 12px; }
index 30d9304e90301666ef5bc49e581b7a2b7d28aa14..d9e7a18337fab9e98b337dd52976f7a1e96f3a96 100644 (file)
@@ -1627,3 +1627,12 @@ button.emoji-section:checked label, button.emoji-section:backdrop:checked label
 .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
 
 .emoji :hover { background: #000; color: #fff; }
+
+/**************** Print dialog * */
+printdialog drawing { color: #000; background: none; border: none; padding: 0; }
+
+printdialog drawing:backdrop { color: #000; border-color: #8d8d8d; }
+
+printdialog drawing paper { background: white; color: black; border: 1px solid gray; }
+
+printdialog .dialog-action-box { margin: 12px; }