Skip to content

Commit

Permalink
Fix combobox background & improve padding (fixes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 14, 2023
1 parent 14b2262 commit 03357ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ select.form-control {

select.form-control {
height: auto !important;
padding: 4px 10px !important;
padding: 3px 1px 4px 1px !important;
box-sizing: border-box;
background: var(--breeze-titlebar-active-background) !important;
}

.btn.dropdown-toggle {
Expand Down

0 comments on commit 03357ed

Please sign in to comment.