Fix font awesome info page breadcrumb icon

This commit is contained in:
JonnyWong16 2018-06-11 11:36:50 -07:00
parent 63ac3eec98
commit a1fb081d47
2 changed files with 14 additions and 31 deletions

View file

@ -1603,10 +1603,8 @@ a:hover .dashboard-recent-media-cover {
margin: 0;
background: none;
}
.summary-navbar-list .breadcrumb > li + li:before {
.summary-navbar-list .breadcrumb > .breadcrumb-arrow {
color: #444;
font-family: FontAwesome;
content: "\f054";
padding: 0 15px;
}
.summary-navbar-list .breadcrumb > .active {
@ -3154,34 +3152,6 @@ div.dataTables_info {
-o-transition: none !important;
transition: none !important;
}
.settings-alert {
float: left;
padding: 0;
margin: 5px 0;
border: 0;
position: relative;
}
.settings-alert ul {
padding: 0;
}
.settings-alert ul li {
list-style: none;
padding: 5px 12px 5px 35px;
margin: 0;
border: 1px solid #ebccd1;
border-radius: 4px;
}
.settings-alert ul li:before {
content: "\f071";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 18px;
position: absolute;
top: 5px;
left: 12px;
}
#users-to-delete > li,
#users-to-purge > li,
#libraries-to-delete > li,