Some small fixes for transparent scrollbars in Breeze and HighContrast
This commit is contained in:
parent
0bd8af4304
commit
91beabf869
|
@ -3,3 +3,10 @@
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
padding: 0 0 0 0; }
|
padding: 0 0 0 0; }
|
||||||
|
|
||||||
|
/* First attempt at fixing the scrollbars */
|
||||||
|
.terminator-terminal-window .scrollbar .trough,
|
||||||
|
.terminator-terminal-window .scrollbar .button {
|
||||||
|
background-color: @theme_bg_color;
|
||||||
|
border-radius: 0px
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
/* First attempt to fix scrollbars being transparent */
|
||||||
|
|
||||||
|
.terminator-terminal-window .scrollbar .trough {
|
||||||
|
background-color: @theme_bg_color;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue