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/bootstrap.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-v4-shims.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 {
|
||||
list-style: none;
|
||||
padding: 5px 12px 5px 35px;
|
||||
padding: 5px 12px;
|
||||
margin: 0;
|
||||
border: 1px solid #ebccd1;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.settings-alert ul li:before {
|
||||
display: none;
|
||||
content: "\f071 ";
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
text-decoration: inherit;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 12px;
|
||||
font-family: "Font Awesome 5 Solid";
|
||||
}
|
||||
.settings-alert ul li .svg-inline--fa {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.settings-warning {
|
||||
color: #eb8600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue