From b5abd46d0cfad8bd0cf9f1d63c46fe138c1b73c0 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:13:21 -0700 Subject: [PATCH] Add divider in pop-up button for RawTherapee theme Provide a visual cue that there are two buttons. --- rtdata/themes/RawTherapee.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtdata/themes/RawTherapee.css b/rtdata/themes/RawTherapee.css index 499b2197e..486181ba9 100644 --- a/rtdata/themes/RawTherapee.css +++ b/rtdata/themes/RawTherapee.css @@ -1300,6 +1300,11 @@ combobox, .popupbutton-arrow { min-height: 2em; } +/* Visual divider between the icon and arrow in the pop-up button. */ +.image-combo button.Left { + border-right: solid 0.083333333333333333em #202020; +} + /* Makes image-combobox small icons centered */ button.toggle > grid > image { padding: 0.3333333333333333em;