mirror of
https://github.com/fenwick67/mastofeed
synced 2025-01-04 05:01:48 +01:00
fix buttons
This commit is contained in:
parent
42df4afae3
commit
1a05b0ba75
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user