Correction terminée de compatibilité (webkit) design des <select>

This commit is contained in:
xdrm-brackets 2015-11-26 00:26:50 +01:00
parent 853f2ec03e
commit ccced8951a
1 changed files with 6 additions and 1 deletions

View File

@ -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 */
}