Bug 566670 - Web theme: -moz-border-radius causes unexpected rounded corners in forms [r=mbrubeck]

This commit is contained in:
Mark Finkle 2010-05-18 16:41:06 -04:00
Родитель 845549f6a7
Коммит 8ec05f146a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,7 @@ html select,
html button, html button,
html textarea, html textarea,
html input:not([type="image"]) { html input:not([type="image"]) {
-moz-border-radius: 0.25em; -moz-border-radius: 3px;
} }
html select[size], html select[size],