From 2666f347f3e8cc6e8898f8e2972f5cc3c5c1e1f7 Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Tue, 9 Oct 2018 19:50:44 +0200 Subject: [PATCH] Update RawTherapee-GTK3-20_.css Workaround for Toolbar-Scroll-Bug --- rtdata/themes/RawTherapee-GTK3-20_.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index 1224e3ce9..84ea1c3a3 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -36,6 +36,18 @@ scrollbar:not(.overlay-indicator):hover { min-width: 1px; } +/* Toolbar stuck workaround */ +.scrollableToolbar > scrollbar:not(.dummy), +.scrollableToolbar > scrollbar:not(.dummy) > contents:not(.dummy), +.scrollableToolbar > scrollbar:not(.dummy) > contents:not(.dummy) > trough:not(.dummy), +.scrollableToolbar > scrollbar:not(.dummy) > contents:not(.dummy) > trough:not(.dummy) > slider:not(.dummy) { + padding: 0; + margin: 0; + min-height: 0; + min-width: 0; + border: none; +} + .view:selected:not(check):not(radio) { color: #262626; background-color: #AAAAAA