diff options
author | raveit65 <[email protected]> | 2017-03-29 11:30:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 11:31:09 +0200 |
commit | ecb0ff802baa6bce4416602f1e32a29018f8811a (patch) | |
tree | 8ec4e86f978dadaeec7787b866aee4748bd3d6df /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | fe797c2d1c00d4d914bec432ca3c7426f5e08e52 (diff) | |
download | mate-themes-ecb0ff802baa6bce4416602f1e32a29018f8811a.tar.bz2 mate-themes-ecb0ff802baa6bce4416602f1e32a29018f8811a.tar.xz |
GreenLaguna: correct notebook tab borders in mate-terminal
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-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; |