mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Combobox adjustments
This commit is contained in:
parent
dd3999b650
commit
443101654e
@ -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. */
|
||||
combobox button cellview {
|
||||
margin-bottom: -1px; }
|
||||
margin-bottom: -1px;
|
||||
padding-left: 1px; }
|
||||
|
||||
/* Combobox entry */
|
||||
combobox entry {
|
||||
|
@ -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. */
|
||||
combobox button cellview {
|
||||
margin-bottom: -1px; }
|
||||
margin-bottom: -1px;
|
||||
padding-left: 1px; }
|
||||
|
||||
/* Combobox entry */
|
||||
combobox entry {
|
||||
|
Loading…
x
Reference in New Issue
Block a user