From 11dfc71775054ff92399dfb5705367c4016b2a3d Mon Sep 17 00:00:00 2001 From: Hombre Date: Fri, 16 Dec 2016 01:41:35 +0100 Subject: [PATCH] Adds a padding around windows and dialogs to make them resizable --- rtdata/themes/RawTherapee-GTK3-20_.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index e8e4b7f99..f34a9c42a 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -46,17 +46,22 @@ window.background { } headerbar { + box-shadow: none; background-color: #262626; - padding: 3px; + padding: 0; margin: 0; border-radius: 0; + border-style: none none solid none; background-image: none; } -window > decoration { +window > decoration, dialog > decoration { box-shadow: none; margin: 0px; - background-color: #484848; + border-style: none; + border-radius: 0; + padding: 3px; + background-color: #262626; } dialog.background {