From 91beabf869ec347db139f0d5ccdbedcdeb6b6add Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Mon, 12 Dec 2016 13:10:29 +0100 Subject: [PATCH] Some small fixes for transparent scrollbars in Breeze and HighContrast --- terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css | 7 +++++++ .../themes/HighContrast/gtk-3.0/apps/terminator.css | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 terminatorlib/themes/HighContrast/gtk-3.0/apps/terminator.css diff --git a/terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css b/terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css index faaf58ab..a5895563 100644 --- a/terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css +++ b/terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css @@ -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 +} + diff --git a/terminatorlib/themes/HighContrast/gtk-3.0/apps/terminator.css b/terminatorlib/themes/HighContrast/gtk-3.0/apps/terminator.css new file mode 100644 index 00000000..0736b8ca --- /dev/null +++ b/terminatorlib/themes/HighContrast/gtk-3.0/apps/terminator.css @@ -0,0 +1,6 @@ +/* First attempt to fix scrollbars being transparent */ + +.terminator-terminal-window .scrollbar .trough { + background-color: @theme_bg_color; +} +