From 4cc9f6e8d0d1bbc458ca6761ad8a2c956cb8d252 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Jan 2025 17:21:06 -0500 Subject: [PATCH] theme: Restore theming for print collation This was lost when the collation illustration was turned into widgets a while ago. --- gtk/theme/Default/_common.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index b62a3327e6c..b858ce02b6b 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -3178,6 +3178,16 @@ levelbar { * Print dialog * *****************/ window.dialog.print { + page-thumbnail { + background: white; + color: #2e3436; + border: 1px solid $borders_color; + + label { + color: #2e3436; + } + } + drawing { color: $fg_color; background: none; -- GitLab