Fix Radiance transparent scrollbars, and remove the oversized splitter area from Breeze
This commit is contained in:
parent
f02f38389c
commit
7d9347d3f0
|
@ -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; }
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue