Correction terminée de compatibilité (webkit) design des <select>
This commit is contained in:
parent
853f2ec03e
commit
ccced8951a
|
@ -220,7 +220,7 @@ select{
|
|||
|
||||
/* foreground */
|
||||
color: #2dcc70;
|
||||
line-height: 3.5em; /* for -webkit */
|
||||
line-height: 1em; /* for -webkit */
|
||||
font-family: inherit;
|
||||
|
||||
/* select */
|
||||
|
@ -256,6 +256,11 @@ select > option{
|
|||
td select > option{ padding: 0; }
|
||||
|
||||
|
||||
/* correction padding du <select> dans les pages import/export */
|
||||
div.p.center select{
|
||||
line-height: 3em; /* for -webkit */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue