diff options
author | raveit65 <[email protected]> | 2017-03-29 11:30:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 11:30:27 +0200 |
commit | 68d9437bc09e610028b7644be0f1368ecde0ed43 (patch) | |
tree | 7b4f295898c59d568395b167d1f324d1e28591dc /desktop-themes/GreenLaguna | |
parent | 56bf26e0f0d62886bda0876411698932da832dfc (diff) | |
download | mate-themes-68d9437bc09e610028b7644be0f1368ecde0ed43.tar.bz2 mate-themes-68d9437bc09e610028b7644be0f1368ecde0ed43.tar.xz |
GreenLaguna: correct notebook tab borders in mate-terminal
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 4ce55883..25306d0e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -452,12 +452,25 @@ na-tray-applet > widget > box { /* override for pavu-control */ window.background.mate-terminal > box.vertical > notebook, -window.background.mate-terminal > box.vertical > notebook > header.top, window.background.mate-terminal > box.vertical > notebook > stack > box { border-style: none; border-width: 0px; } +window.background.mate-terminal > box.vertical > notebook > header.top { + border-width: 1px 1px 0px 1px; + border-style: solid; + border-color: @notebook_border; +} + +window.background.mate-terminal > box.vertical > notebook > header.top tab, +window.background.mate-terminal > box.vertical > notebook > header.top tab:hover, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover { + margin: 0px -1px 0px -1px; + border-width: 0px 1px 0 1px; +} + vte-terminal { -TerminalWindow-background-darkness: 0.95; background-color: @selected_fg_color; |