summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-05 10:10:28 +0200
committerraveit65 <[email protected]>2016-05-05 10:11:00 +0200
commit8a7c77b8ad759ddf9555508c6f1c25ed029c2d7b (patch)
treedea971709c8b2ae993686e29687db0c52a546ab5 /desktop-themes
parent183886322c15e9d7d1c21ff74006a623ecd7d727 (diff)
downloadmate-themes-8a7c77b8ad759ddf9555508c6f1c25ed029c2d7b.tar.bz2
mate-themes-8a7c77b8ad759ddf9555508c6f1c25ed029c2d7b.tar.xz
GTK+-3.20 Menta themes: style printdialog
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css16
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css16
2 files changed, 28 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index fdf37817..0811053d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1896,6 +1896,13 @@ notebook.frame {
border-radius: 4px 4px 0px 0px;
}
+printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ border-radius: 0px;
+ border-style: solid;
+ border-color: @borders;
+ border-width: 0px 0px 1px 0px;
+}
+
notebook :hover {
-gtk-icon-effect: highlight;
color: @theme_fg_color;
@@ -1914,6 +1921,10 @@ notebook header.top {
inset 0px -1px 0 0 alpha(@borders, 0.4);
}
+printdialog notebook header.top {
+ border-radius: 0px;
+}
+
notebook header.bottom {
border-width: 1px 1px 0px 1px;
border-radius: 0px;
@@ -1999,6 +2010,7 @@ paned.horizontal notebook header.top tab {
/* tabs ie. preferences windows */
/* horizontal tabs */
+printdialog notebook > header.top tab,
notebook.frame header.top tab,
notebook.frame header.bottom tab {
padding: 6px 21px 4px;
@@ -5182,8 +5194,8 @@ messagedialog.csd decoration {
}
/* print dialog */
-printdialog.background .vertical.view.dialog-vbox {
- background-color: shade (@theme_bg_color, 1.1)
+printdialog.background > box.view.vertical.dialog-vbox {
+ background-color: shade (@theme_bg_color, 1.0);
}
/* filechooser dialog */
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index d78655d5..6eeac6a8 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1919,6 +1919,13 @@ notebook.frame {
border-radius: 4px 4px 0px 0px;
}
+printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ border-radius: 0px;
+ border-style: solid;
+ border-color: @borders;
+ border-width: 0px 0px 1px 0px;
+}
+
notebook :hover {
-gtk-icon-effect: highlight;
color: @theme_fg_color;
@@ -1937,6 +1944,10 @@ notebook header.top {
inset 0px -1px 0 0 alpha(@borders, 0.4);
}
+printdialog notebook header.top {
+ border-radius: 0px;
+}
+
notebook header.bottom {
border-width: 1px 1px 0px 1px;
border-radius: 0px;
@@ -2021,6 +2032,7 @@ paned.horizontal notebook header.top tab {
}
/* tabs ie. preferences windows */
+printdialog notebook > header.top tab,
/* horizontal tabs */
notebook.frame header.top tab,
notebook.frame header.bottom tab {
@@ -5198,8 +5210,8 @@ messagedialog.csd decoration {
}
/* print dialog */
-printdialog.background .vertical.view.dialog-vbox {
- background-color: shade (@theme_bg_color, 1.1)
+printdialog.background > box.view.vertical.dialog-vbox {
+ background-color: shade (@theme_bg_color, 1.0);
}
/* filechooser dialog */