diff options
author | raveit65 <[email protected]> | 2017-03-23 18:54:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-23 18:55:32 +0100 |
commit | 3c888f8a9b71e7f3bca64c746a7fd7058e10911a (patch) | |
tree | 145663464c9cbefbc12aae1198c17c3d9a57f5df /desktop-themes/Menta | |
parent | 25808d71a70ee1740ac06ba882493687eba85bdd (diff) | |
download | mate-themes-3c888f8a9b71e7f3bca64c746a7fd7058e10911a.tar.bz2 mate-themes-3c888f8a9b71e7f3bca64c746a7fd7058e10911a.tar.xz |
Gtk+-3.20 Menta themes: some notebook improvements
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index ddbf1314..ac2460eb 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1970,6 +1970,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) { border-radius: 4px 4px 0px 0px; } +window.background > box.vertical > notebook:not(.frame) > stack > box, +window.background.csd > box.vertical > notebook:not(.frame) > stack > box, +window.background.ssd > box.vertical > notebook:not(.frame) > stack > box, +window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box { + border-style: solid; + border-width: 0px 1px 1px 1px; + border-color: @borders; +} + +window.background > box.vertical > notebook:not(.frame) > header.top, +window.background.csd > box.vertical > notebook:not(.frame) > header.top, +window.background.ssd > box.vertical > notebook:not(.frame) > header.top, +window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top { + border-style: solid; + border-width: 1px 1px 0px 1px; + border-color: @borders; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: shade (@theme_bg_color, 1.1); border-radius: 0px; @@ -2076,7 +2094,6 @@ paned.horizontal notebook header.top { border-style: solid; border-color: @borders; border-width: 1px 1px 0px 1px; - box-shadow: none; } paned.horizontal notebook header.top tab { @@ -2088,6 +2105,18 @@ paned.horizontal notebook header.top tab { border-radius: 4px 4px 0px 0px; } +/* closable-page */ +paned.horizontal > notebook > header > tabs > tab > label { + min-height: 20px; +} + +paned.horizontal > notebook > stack > box { + background-color: shade (@theme_bg_color, 1.1); + border-style: solid; + border-color: @borders; + border-width: 0px 1px 1px 1px; +} + /* tabs ie. preferences windows */ /* horizontal tabs */ window.background > box.vertical > notebook > header.top tab, /* pavu-control */ @@ -2239,6 +2268,10 @@ notebook tab.reorderable-page:hover { border-style: none; } +notebook.frame > header.top > button.circular.flat.image-button.popup.toggle { + padding: 0px; +} + /* ie. caja properties-window notes tab */ dialog notebook.frame > stack > scrolledwindow.frame { border-style: none; |