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/Menta/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/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 16 |
1 files changed, 14 insertions, 2 deletions
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 */ |