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

@ -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 {

View File

@ -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 {