Some small fixes for transparent scrollbars in Breeze and HighContrast

This commit is contained in:
Stephen Boddy 2016-12-12 13:10:29 +01:00
parent 0bd8af4304
commit 91beabf869
2 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,10 @@
margin: 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
}

View File

@ -0,0 +1,6 @@
/* First attempt to fix scrollbars being transparent */
.terminator-terminal-window .scrollbar .trough {
background-color: @theme_bg_color;
}