зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ef020b95ee
Коммит
25ac1d8ffd
|
@ -557,6 +557,10 @@ input[type="radio"]:hover:active {
|
|||
border-style: inset !important;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
|
||||
/* Note: Values in nsNativeTheme IsWidgetStyled function
|
||||
|
|
Загрузка…
Ссылка в новой задаче