Make <select> style consistent in Chrome and Firefox

This commit is contained in:
Kijin Sung 2022-12-26 16:57:49 +09:00
parent cc2a8597b5
commit e4a7ac794d

View file

@ -441,12 +441,17 @@ margin-bottom: 10px;
width: 90px; width: 90px;
} }
.x select { .x select {
padding: 0; padding: 0 2px;
height: 26px; -moz-padding-start: 6px;
font-size: 14px;
line-height: 26px; line-height: 26px;
height: 26px;
} }
.x select[multiple] { .x select[multiple] {
padding: 2px 2px;
-moz-padding-start: 2px;
height: auto; height: auto;
font-size: 13px;
} }
.x textarea { .x textarea {
vertical-align: top; vertical-align: top;