Bug 1320732 - Make sure borders for checkbox and radio input fields can be styled on Fennec. r=snorp

MozReview-Commit-ID: 3phE0L38exp

--HG--
extra : rebase_source : 99b7a3b71001745f404350673e3b21340db3f4ee
This commit is contained in:
Mike Conley 2016-11-28 13:22:42 -05:00
Родитель 6aed2784e0
Коммит e085c0e851
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -185,7 +185,7 @@ button {
input[type="radio"],
input[type="checkbox"] {
border: 1px solid var(--form_border) !important;
border: 1px solid var(--form_border);
}
select > button {