diff options
7 files changed, 56 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 62f148ae..766690e6 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6607,6 +6607,14 @@ printdialog.background .vertical.view.dialog-vbox notebook button.combo { border-radius: 4px;
}
+printdialog.background paper {
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 0px;
+ border-color: @notebook_border;
+ background-color: @theme_base_color;
+}
+
/******************
* GtkFileChooser *
******************/
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 8fbb85bb..8933b64f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -5310,6 +5310,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: @borders; + background-color: @theme_base_color; +} + /* filechooser dialog */ filechooser revealer .vertical.view { background-color: @theme_bg_color; diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 359ada05..43b6d0ff 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6604,6 +6604,14 @@ printdialog.background .vertical.view.dialog-vbox notebook button.combo { border-radius: 4px;
}
+printdialog.background paper {
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 0px;
+ border-color: @notebook_border;
+ background-color: @theme_base_color;
+}
+
/******************
* GtkFileChooser *
******************/
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 7643bff6..f2457974 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -4414,6 +4414,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: @notebook_border; + background-color: @theme_main_color; +} + /* ie. meld */ dialog.background.csd notebook toolbar.horizontal, dialog.background.ssd notebook toolbar.horizontal, diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 41495848..aee87920 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -5328,6 +5328,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: @borders; + background-color: @theme_base_color; +} + /* filechooser dialog */ filechooser revealer .vertical.view { background-color: @theme_bg_color; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 3b5eb26d..8a302070 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -4098,6 +4098,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 * ******************/ 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 * ******************/ |