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;
|
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 {
|
#stack-add button {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|||||||
Reference in New Issue
Block a user