fix buttons
This commit is contained in:
parent
42df4afae3
commit
1a05b0ba75
3 changed files with 0 additions and 16 deletions
|
@ -142,11 +142,6 @@ input[type=checkbox] {
|
|||
position: absolute;
|
||||
left: -9999px; }
|
||||
|
||||
label {
|
||||
-webkit-appearance: push-button;
|
||||
-moz-appearance: button;
|
||||
cursor: pointer; }
|
||||
|
||||
input[type=checkbox]:checked ~ label::after {
|
||||
content: " Less"; }
|
||||
|
||||
|
|
|
@ -142,11 +142,6 @@ input[type=checkbox] {
|
|||
position: absolute;
|
||||
left: -9999px; }
|
||||
|
||||
label {
|
||||
-webkit-appearance: push-button;
|
||||
-moz-appearance: button;
|
||||
cursor: pointer; }
|
||||
|
||||
input[type=checkbox]:checked ~ label::after {
|
||||
content: " Less"; }
|
||||
|
||||
|
|
|
@ -173,12 +173,6 @@ input[type=checkbox] {
|
|||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
label {
|
||||
-webkit-appearance: push-button;
|
||||
-moz-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type=checkbox]:checked ~ label::after{
|
||||
content:" Less";
|
||||
}
|
||||
|
|
Reference in a new issue