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;
}
.x select {
padding: 0;
height: 26px;
padding: 0 2px;
-moz-padding-start: 6px;
font-size: 14px;
line-height: 26px;
height: 26px;
}
.x select[multiple] {
padding: 2px 2px;
-moz-padding-start: 2px;
height: auto;
font-size: 13px;
}
.x textarea {
vertical-align: top;