diff options
author | raveit65 <[email protected]> | 2016-05-05 10:10:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 10:10:28 +0200 |
commit | cc535f7ec98c63b35a275b8d5eb501698cfe1ff3 (patch) | |
tree | dea971709c8b2ae993686e29687db0c52a546ab5 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | a942423363010148195418c07ab56fbd0b9a3934 (diff) | |
download | mate-themes-cc535f7ec98c63b35a275b8d5eb501698cfe1ff3.tar.bz2 mate-themes-cc535f7ec98c63b35a275b8d5eb501698cfe1ff3.tar.xz |
GTK+-3.20 Menta themes: style printdialog
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 16 |
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 */ |