diff options
author | ZenWalker <[email protected]> | 2017-03-28 03:53:25 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-03-28 03:55:00 +0200 |
commit | 57dbf32eed5f5445fbed13b1b5d54f20332c9d84 (patch) | |
tree | 4a0b1ba78a7857a998ff0315c6368f670693213c /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 634ff39729d9a200eb5c0a24440891d249faf9ca (diff) | |
download | mate-themes-57dbf32eed5f5445fbed13b1b5d54f20332c9d84.tar.bz2 mate-themes-57dbf32eed5f5445fbed13b1b5d54f20332c9d84.tar.xz |
Traditional themes: set notebook borders for pavu-control (better fix)
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index f4952e15..07dca536 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1708,11 +1708,28 @@ window.background.ssd > box.vertical > notebook:not(.frame), window.background.solid-csd > box.vertical > notebook:not(.frame) { background-color: @notebook_bg_color; background-clip: border-box; - border-style: solid; - border-width: 0.4px; border-radius: 3px 3px 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 { + margin:-1px -1px 0px 0px ; + border-style: solid; + border-width: 0px 0.4px 0.4px 0.4px; + border-color: @notebook_border; +} + +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: 0px 0px 0px 1px; + border-color: @notebook_border; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: @notebook_bg_color; border-radius: 0px; |