From bb300c53c76af9b75bc27c28192c2cea4692181e Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Mon, 20 Feb 2017 09:55:57 +0100 Subject: [PATCH 1/2] improve readability of the partial profile paste dialog under the default theme --- rtdata/themes/RawTherapee-GTK3-20_.css | 12 ++++++++++++ rtdata/themes/RawTherapee-GTK3-_19.css | 13 +++++++++++++ 2 files changed, 25 insertions(+) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index a672c66d8..d8f51d962 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -826,3 +826,15 @@ paned.vertical > separator { #RightNotebook scrolledwindow { padding: 4px; } + + +/* make the "partial profile" dialog a little bit more readable */ +#PartialPasteHeader { + margin: 1.5em 0 0 0; + padding: 0; + font-weight: bold; +} + +#PartialPasteHeaderSep { + color: #D8D8D8; +} diff --git a/rtdata/themes/RawTherapee-GTK3-_19.css b/rtdata/themes/RawTherapee-GTK3-_19.css index d9d61206b..8263dd857 100644 --- a/rtdata/themes/RawTherapee-GTK3-_19.css +++ b/rtdata/themes/RawTherapee-GTK3-_19.css @@ -487,3 +487,16 @@ GtkNotebook { .tooltip { padding: 0; } + + +/* make the "partial profile" dialog a little bit more readable */ +#PartialPasteHeader { + margin: 1.5em 0 0 0; + padding: 0; + font-weight: bold; + color: #363636; +} + +#PartialPasteHeaderSep { + color: #D8D8D8; +} From 658a826f8a590eaadc1d9b9f0e284a84b48564a2 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Tue, 21 Feb 2017 10:12:17 +0100 Subject: [PATCH 2/2] 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; }