diff options
author | raveit65 <[email protected]> | 2016-07-01 16:50:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-01 16:51:02 +0200 |
commit | 6806cb07acc906ec2c16549231907a0e558dd8c2 (patch) | |
tree | ffe634c38f41006b42feccd5a602264035152196 /desktop-themes | |
parent | df1c86322b7e3b547dc8d151f97a7bcfbf439f33 (diff) | |
download | mate-themes-6806cb07acc906ec2c16549231907a0e558dd8c2.tar.bz2 mate-themes-6806cb07acc906ec2c16549231907a0e558dd8c2.tar.xz |
GTK+-3.20 most themes: use node 'paper' for GtkPrintUnixDialog
Diffstat (limited to 'desktop-themes')
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 9930b7fd..b3e365a9 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6615,6 +6615,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 156da6ae..8228ca48 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6612,6 +6612,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 604866bf..7ceb6e45 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -4420,6 +4420,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 56e198cf..388b1cf0 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -4103,6 +4103,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 81f0ede7..c5b1ec55 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -4104,6 +4104,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 * ******************/ |