From b26622553967e516201e57f6bd171365253fe73f Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sun, 12 Mar 2017 22:16:22 +0100 Subject: [PATCH] Fix for issue https://github.com/Beep6581/RawTherapee/issues/3751 --- rtdata/themes/RawTherapee-GTK3-20_.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index 27d2b5f13..c1768f913 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -243,6 +243,13 @@ scale trough { margin: 6px 6px; /* have to be half of "scale slider / min-width min-height" */ background-color: #2A2A2A; } +scale.fine-tune trough { + margin: 5px; + padding: 1px; +} +scale.fine-tune trough highlight { + margin: -2px; +} scale:disabled trough { background-color: #444; border-color: #282828;