diff options
author | raveit65 <[email protected]> | 2017-03-29 11:30:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 11:31:26 +0200 |
commit | 5690952cd4a7705f14e79d77d435b3f88dc2b6dc (patch) | |
tree | 5b20b865b0aaec441a718afdcd20c3fe0c1bfe02 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 94ad6d831c1661318eb40f93beb91ac450de9223 (diff) | |
download | mate-themes-5690952cd4a7705f14e79d77d435b3f88dc2b6dc.tar.bz2 mate-themes-5690952cd4a7705f14e79d77d435b3f88dc2b6dc.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; |