mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Replaced FontAwesome by ForkAwesome
Migrated from manual installed files in frameworks/ to composer based install Migrated paths to new view/asset/ structure
This commit is contained in:
parent
a0ef733c7e
commit
0d4b60a851
43 changed files with 73 additions and 5993 deletions
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
.checkbox input[type="checkbox"]:checked + label::after,
|
||||
.checkbox input[type="radio"]:checked + label::after {
|
||||
font-family: "FontAwesome";
|
||||
font-family: "ForkAwesome";
|
||||
content: "\f00c";
|
||||
}
|
||||
.checkbox input[type="checkbox"]:indeterminate + label::after,
|
||||
|
@ -304,7 +304,7 @@
|
|||
|
||||
input[type="checkbox"].styled:checked + label:after,
|
||||
input[type="radio"].styled:checked + label:after {
|
||||
font-family: 'FontAwesome';
|
||||
font-family: 'ForkAwesome';
|
||||
content: "\f00c";
|
||||
}
|
||||
input[type="checkbox"] .styled:checked + label::before,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue