summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-06-26 17:28:33 +0200
committerZenWalker <[email protected]>2017-06-26 17:31:20 +0200
commit738248c727a458051378b60650980454c2096bda (patch)
tree6d6912284bfa973b405c9d9000607dbaae12554e /desktop-themes/TraditionalOk
parentc7188810ac1be87d265cb451b8ddfe7be590ce3d (diff)
downloadmate-themes-738248c727a458051378b60650980454c2096bda.tar.bz2
mate-themes-738248c727a458051378b60650980454c2096bda.tar.xz
TOK/TG: caja: solid color to the notebook header border
This change is needed after https://github.com/mate-desktop/mate-themes/commit/1d148f45b89ed63961af8c006b80c982e8bffda8
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index a47cea76..ed0eff8e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1766,13 +1766,9 @@ notebook header.top {
paned.horizontal notebook header.top {
margin: 0px;
- border-width: 0px 0px 0px 1px;
+ border-width: 0px 0px 0px 0.1px;
border-style: solid;
- border-image: linear-gradient(to bottom,
- shade(@notebook_tab_gradient_a, 1.05),
- shade(@notebook_tab_gradient_b, 1.04) 50%,
- shade(@notebook_tab_gradient_c, 1.06) 50%,
- shade(@notebook_tab_gradient_d, 1.05)) 0 100%;
+ border-color: @theme_bg_color;
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook > header.top {