different icon

This commit is contained in:
g7sim 2021-12-19 17:45:46 +01:00
parent 45cf66dc97
commit 6122ec4612
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ body.gpAdmin #admincontent_panel.fixed {
right: 0;
min-height: 30px;
z-index: 9001;
border-bottom:1px solid gray;
&:hover{
z-index: 9003;
}

View file

@ -1445,7 +1445,7 @@ $gp.HideAdminUI = {
$('<div class="show-admin-ui" '
+ 'title="' + gplang.ShowAdminUI + $gp.HideAdminUI.hotkey_hint + '"'
+ '><i class="fa fa-user-circle"></i></div>')
+ '><i class="fa fa-window-restore"></i></div>')
.on('click', function(){
$gp.HideAdminUI.toggle(false);
}).appendTo('body');