From 658a826f8a590eaadc1d9b9f0e284a84b48564a2 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Tue, 21 Feb 2017 10:12:17 +0100 Subject: [PATCH] applied fix to the GTK >= 3.20 theme (as suggested by TooWaBoo) --- rtdata/themes/RawTherapee-GTK3-20_.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index d8f51d962..19bd6ac9c 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -836,5 +836,5 @@ paned.vertical > separator { } #PartialPasteHeaderSep { - color: #D8D8D8; + background-color: #D8D8D8; }