mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +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;
|
||||
}
|
||||
.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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue