Merge pull request #114 from nextcloud/firefox-red-input
Remove firefox invalid box shadow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user