|
@@ -370,13 +370,13 @@ input::placeholder{
|
|
|
float: left;
|
|
|
}
|
|
|
/* checkbox // radio */
|
|
|
-input[type="radio"] {
|
|
|
+/* input[type="radio"] {
|
|
|
appearance: none;
|
|
|
-webkit-appearance: none;
|
|
|
outline: none;
|
|
|
display: none
|
|
|
-}
|
|
|
-input[type="radio"] + span {
|
|
|
+} */
|
|
|
+/* input[type="radio"] + span {
|
|
|
float: left;
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
@@ -385,8 +385,8 @@ input[type="radio"] + span {
|
|
|
}
|
|
|
input[type="radio"]:checked + span {
|
|
|
background-position: -16px 0;
|
|
|
-}
|
|
|
-.input-radio label {
|
|
|
+} */
|
|
|
+/* .input-radio label {
|
|
|
display: inline-block;
|
|
|
padding-right: 100px;
|
|
|
cursor: pointer;
|
|
@@ -402,7 +402,7 @@ input[type="radio"]:checked + span {
|
|
|
}
|
|
|
.input-radio em.checked {
|
|
|
color: #3F78B6;
|
|
|
-}
|
|
|
+} */
|
|
|
/* select // textarea */
|
|
|
select, input[type="text"], input[type="password"] {
|
|
|
background-color: #fff;
|