mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix font awesome icon in setting alerts
This commit is contained in:
parent
a1fb081d47
commit
f65baa22f1
2 changed files with 8 additions and 10 deletions
|
@ -288,6 +288,7 @@ ${next.modalIncludes()}
|
||||||
<script src="${http_root}js/jquery-2.1.4.min.js"></script>
|
<script src="${http_root}js/jquery-2.1.4.min.js"></script>
|
||||||
<script src="${http_root}js/bootstrap.min.js"></script>
|
<script src="${http_root}js/bootstrap.min.js"></script>
|
||||||
<script src="${http_root}js/bootstrap-hover-dropdown.min.js"></script>
|
<script src="${http_root}js/bootstrap-hover-dropdown.min.js"></script>
|
||||||
|
<script>window.FontAwesomeConfig = {searchPseudoElements: true}</script>
|
||||||
<script src="${http_root}js/fontawesome-v5.0.13.min.js"></script>
|
<script src="${http_root}js/fontawesome-v5.0.13.min.js"></script>
|
||||||
<script src="${http_root}js/fontawesome-v4-shims.min.js"></script>
|
<script src="${http_root}js/fontawesome-v4-shims.min.js"></script>
|
||||||
<script src="${http_root}js/pnotify.custom.min.js"></script>
|
<script src="${http_root}js/pnotify.custom.min.js"></script>
|
||||||
|
|
|
@ -2115,21 +2115,18 @@ a:hover .item-children-poster {
|
||||||
}
|
}
|
||||||
.settings-alert ul li {
|
.settings-alert ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 5px 12px 5px 35px;
|
padding: 5px 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 1px solid #ebccd1;
|
border: 1px solid #ebccd1;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.settings-alert ul li:before {
|
.settings-alert ul li:before {
|
||||||
content: "\f071";
|
display: none;
|
||||||
font-family: FontAwesome;
|
content: "\f071 ";
|
||||||
font-style: normal;
|
font-family: "Font Awesome 5 Solid";
|
||||||
font-weight: normal;
|
}
|
||||||
text-decoration: inherit;
|
.settings-alert ul li .svg-inline--fa {
|
||||||
font-size: 18px;
|
margin-right: 5px;
|
||||||
position: absolute;
|
|
||||||
top: 5px;
|
|
||||||
left: 12px;
|
|
||||||
}
|
}
|
||||||
.settings-warning {
|
.settings-warning {
|
||||||
color: #eb8600;
|
color: #eb8600;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue