From 0b21c12c416aa79b64a9654fc90ca7150087f545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 31 Oct 2017 00:05:03 +0100 Subject: [PATCH] Make Scrollbar look more unobtrusive --- gajim/data/style/gajim.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css index 8eb7ba360..88a8335cd 100644 --- a/gajim/data/style/gajim.css +++ b/gajim/data/style/gajim.css @@ -11,9 +11,9 @@ .no-scroll-indicator undershoot.top, undershoot.bottom { background-image: none; } .scrollbar-style scrollbar trough {background-color:@theme_base_color; } .scrollbar-style scrollbar {border:none; } +.scrollbar-style slider {min-width: 3px; background-color: #a0a3a4} .actionbar-no-border box {border: none} - .actionbar-no-border button { padding: 0px; background-color: @theme_base_color;