mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
commit
5a6b34cd00
@ -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,
|
||||||
|
@ -183,7 +183,6 @@ body {
|
|||||||
color: #888;
|
color: #888;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
-moz-border-radius: 14px;
|
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
@ -719,8 +718,7 @@ body h1 span.amp {
|
|||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
-moz-border-radius: 20px; /* increase border radius due to increased padding */
|
border-radius: 20px; /* increase border radius due to increased padding */
|
||||||
border-radius: 20px;
|
|
||||||
}
|
}
|
||||||
.search-bar form input.action {
|
.search-bar form input.action {
|
||||||
right: 5%;
|
right: 5%;
|
||||||
|
Loading…
Reference in New Issue
Block a user