mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Fixed external link symbols.
This commit is contained in:
parent
95cd56f0bd
commit
62deb8071f
1 changed files with 6 additions and 5 deletions
|
@ -449,9 +449,9 @@ Classes for Datatables export
|
||||||
/*noinspection CssNoGenericFontName*/
|
/*noinspection CssNoGenericFontName*/
|
||||||
a[target="_blank"].link-external:after {
|
a[target="_blank"].link-external:after {
|
||||||
content: "\f35d ";
|
content: "\f35d ";
|
||||||
font-family: "FA5";
|
font-family: "Font Awesome 5 Free";
|
||||||
|
font-weight: 900;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
font-weight: normal;
|
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -543,9 +543,9 @@ ul.structural_link li+li:before {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
color: grey;
|
color: grey;
|
||||||
/*content: "/\00a0";*/
|
/*content: "/\00a0";*/
|
||||||
font-family: "FA5", sans-serif;
|
font-family: "Font Awesome 5 Free";
|
||||||
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
|
||||||
content: "\f30b"; /* long-arrow-alt-right */
|
content: "\f30b"; /* long-arrow-alt-right */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -602,7 +602,8 @@ label:not(.form-check-label) {
|
||||||
.abc-checkbox input[type="checkbox"]:checked+label::after,
|
.abc-checkbox input[type="checkbox"]:checked+label::after,
|
||||||
.abc-checkbox input[type="radio"]:checked+label::after {
|
.abc-checkbox input[type="radio"]:checked+label::after {
|
||||||
/*noinspection CssNoGenericFontName*/
|
/*noinspection CssNoGenericFontName*/
|
||||||
font-family: "FA5", "Font Awesome 5 Pro", "Font Awesome 5 Free";
|
font-family: "Font Awesome 5 Free";
|
||||||
|
font-weight: 900;
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue