Add divider in pop-up button for RawTherapee theme

Provide a visual cue that there are two buttons.
This commit is contained in:
Lawrence Lee 2024-04-18 23:13:21 -07:00
parent 46531c7eca
commit b5abd46d0c
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F

View File

@ -1300,6 +1300,11 @@ combobox, .popupbutton-arrow {
min-height: 2em; 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 */ /* Makes image-combobox small icons centered */
button.toggle > grid > image { button.toggle > grid > image {
padding: 0.3333333333333333em; padding: 0.3333333333333333em;