summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-01 16:50:23 +0200
committerraveit65 <[email protected]>2016-07-01 16:50:23 +0200
commita8ad1bb575f2d3c64f58e107beb915a112462315 (patch)
treebd9ad85cdc06062f527a85293e51642286c10368 /desktop-themes
parent9b6cd516e0ff7a62eafb6edcf6641df2cb9ddbc2 (diff)
downloadmate-themes-a8ad1bb575f2d3c64f58e107beb915a112462315.tar.bz2
mate-themes-a8ad1bb575f2d3c64f58e107beb915a112462315.tar.xz
GTK+-3.20 most themes: use node 'paper' for GtkPrintUnixDialog
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
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 *
******************/