mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Remove deprecated box-shadow declarations in form.css
This commit is contained in:
parent
3f71bdcce1
commit
ea81cd7022
@ -246,8 +246,6 @@ form input.holder-required { /* This class needs to be changed - is used
|
|||||||
input:invalid,
|
input:invalid,
|
||||||
textarea:invalid {
|
textarea:invalid {
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
-moz-box-shadow: 0px 0px 5px red;
|
|
||||||
-webkit-box-shadow: 0px 0px 5px red;
|
|
||||||
box-shadow: 0px 0px 5px red;
|
box-shadow: 0px 0px 5px red;
|
||||||
}
|
}
|
||||||
.no-boxshadow input:invalid,
|
.no-boxshadow input:invalid,
|
||||||
|
Loading…
Reference in New Issue
Block a user