mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Make <select> style consistent in Chrome and Firefox
This commit is contained in:
parent
cc2a8597b5
commit
e4a7ac794d
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue