Bug 1164783 - Change default style for input type=search to box-sizing: border-box. r=dbaron

--HG--
extra : rebase_source : 20845cd74b0855cee7a0ec1d094fc19c0f01d697
This commit is contained in:
Karl Dubost 2015-06-10 14:58:55 +09:00
Родитель ef020b95ee
Коммит 25ac1d8ffd
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -557,6 +557,10 @@ input[type="radio"]:hover:active {
border-style: inset !important; border-style: inset !important;
} }
input[type="search"] {
box-sizing: border-box;
}
/* buttons */ /* buttons */
/* Note: Values in nsNativeTheme IsWidgetStyled function /* Note: Values in nsNativeTheme IsWidgetStyled function