Add the scrollbar track highlighting in for Ambiance/Radiance

This commit is contained in:
Stephen Boddy 2016-12-11 18:35:22 +01:00
parent 7d9347d3f0
commit 4fcbabdab5
2 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,6 @@
background-color: alpha(@dark_bg_color,0);
}
.terminator-terminal-window .scrollbar:hover:not(.slider) {
background-color: alpha(@scrollbar_track_color, 0.4);
}

View File

@ -4,3 +4,6 @@
background-color: alpha(@dark_bg_color,0);
}
.terminator-terminal-window .scrollbar:hover:not(.slider) {
background-color: alpha(@scrollbar_track_color, 0.4);
}