From 3809d7795d250bb6d6a31ba2968b11d2e2c270f0 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Thu, 26 Oct 2017 15:01:18 +0200 Subject: [PATCH] added CSS style for MyFileChooserButton for GTK+ >= 3.20 --- rtdata/themes/RawTherapee-GTK3-20_.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rtdata/themes/RawTherapee-GTK3-20_.css b/rtdata/themes/RawTherapee-GTK3-20_.css index 94886d6fb..b0a7ac071 100644 --- a/rtdata/themes/RawTherapee-GTK3-20_.css +++ b/rtdata/themes/RawTherapee-GTK3-20_.css @@ -903,3 +903,13 @@ paned > separator { #PartialPasteHeaderSep { background-color: #D8D8D8; } + +/* All MyFileChooserButtons */ +button#MyFileChooserButton { + padding: 2px; + margin: 2px; +} + +#ToolPanelNotebook button { + margin: 0px; +}