Combobox adjustments

This commit is contained in:
EMH-Mark-I 2020-04-08 12:15:06 -05:00
parent dd3999b650
commit 443101654e
2 changed files with 8 additions and 6 deletions

View File

@ -31,7 +31,8 @@ combobox {
/* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ /* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */
combobox button cellview { combobox button cellview {
margin-bottom: -1px; } margin-bottom: -1px;
padding-left: 1px; }
/* Combobox entry */ /* Combobox entry */
combobox entry { combobox entry {

View File

@ -31,7 +31,8 @@ combobox {
/* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ /* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */
combobox button cellview { combobox button cellview {
margin-bottom: -1px; } margin-bottom: -1px;
padding-left: 1px; }
/* Combobox entry */ /* Combobox entry */
combobox entry { combobox entry {