From 169f4d761987fe8518a60007bfb4e3d504267a23 Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Wed, 2 Dec 2015 16:18:42 +0100 Subject: [PATCH] Added background and border color to frames in Preferences --- rtdata/themes/RawTherapee.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rtdata/themes/RawTherapee.css b/rtdata/themes/RawTherapee.css index e3e8ebaa4..cb1ba0591 100644 --- a/rtdata/themes/RawTherapee.css +++ b/rtdata/themes/RawTherapee.css @@ -55,6 +55,13 @@ GtkNotebook { padding: 0px; } +/* Frames in Preferences */ +.prefNotebook GtkFrame { + background-color: #3B3B3B; + border: 1px solid #505050; + border-radius: 4px; +} + /* Frames in the toolbox. Not MyExpander frames. */ GtkEventBox .frame { border-color: #565656;