1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00
This commit is contained in:
Lance Pioch 2018-01-17 22:10:08 -05:00 committed by Dane Everitt
parent bd238c7555
commit f5fc27a19c

View File

@ -456,3 +456,11 @@ label.control-label > span.field-optional:before {
.pagination > li > a, .pagination > li > span {
padding: 3px 10px !important;
}
body.sidebar-collapse .main-header .logo {
overflow: hidden;
text-indent: 100%;
background-image: url('/favicons/favicon-32x32.png');
background-repeat: no-repeat;
background-position: center;
}