Skip to content

Commit

Permalink
Merge pull request #7047 from Lawrence37/popup-button-divider
Browse files Browse the repository at this point in the history
Divider between buttons in the pop-up button
  • Loading branch information
Lawrence37 committed May 12, 2024
2 parents ca3d4a0 + b5abd46 commit eba3fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rtdata/themes/RawTherapee.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eba3fac

Please sign in to comment.