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
@ -29,9 +29,10 @@ combobox {
|
||||
* combobox button {
|
||||
padding-left: 0px; }
|
||||
|
||||
/* 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; }
|
||||
/* 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;
|
||||
padding-left: 1px; }
|
||||
|
||||
/* Combobox entry */
|
||||
combobox entry {
|
||||
|
@ -29,9 +29,10 @@ combobox {
|
||||
* combobox button {
|
||||
padding-left: 0px; }
|
||||
|
||||
/* 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; }
|
||||
/* 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;
|
||||
padding-left: 1px; }
|
||||
|
||||
/* Combobox entry */
|
||||
combobox entry {
|
||||
|
Loading…
x
Reference in New Issue
Block a user