summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css16
1 files changed, 14 insertions, 2 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 */