1
0
mirror of https://github.com/fenwick67/mastofeed synced 2025-01-04 05:01:48 +01:00

fix buttons

This commit is contained in:
fenwick67 2018-10-10 19:38:43 -05:00
parent 42df4afae3
commit 1a05b0ba75
3 changed files with 0 additions and 16 deletions

View File

@ -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"; }

View File

@ -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"; }

View File

@ -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";
}