Fix Radiance transparent scrollbars, and remove the oversized splitter area from Breeze

This commit is contained in:
Stephen Boddy 2016-12-11 06:03:46 +01:00
parent f02f38389c
commit 7d9347d3f0
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* Fixes oversized hover area preventing selecting characters. */
.terminator-terminal-window GtkPaned {
margin: 0 0 0 0;
padding: 0 0 0 0; }

View File

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