Merge pull request #114 from nextcloud/firefox-red-input

Remove firefox invalid box shadow
This commit is contained in:
Julius Härtl
2017-05-03 09:35:44 +02:00
committed by GitHub

View File

@@ -202,6 +202,18 @@ button:hover {
min-height: initial;
}
#stack-add input:invalid {
box-shadow: none;
}
#stack-add input:-moz-submit-invalid {
box-shadow: none;
}
#stack-add input:-moz-ui-invalid {
box-shadow:none;
}
#stack-add button {
display: table-cell;
vertical-align: middle;