67 lines
606 B
CSS
67 lines
606 B
CSS
|
|
||
|
/*----Login----*/
|
||
|
#LoginBtn
|
||
|
{
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
#Icon1
|
||
|
{
|
||
|
margin-right: 0px;
|
||
|
}
|
||
|
|
||
|
#UserAvatarIcon
|
||
|
{
|
||
|
height: 36px;
|
||
|
}
|
||
|
|
||
|
#UserName
|
||
|
{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#LogoutBtn
|
||
|
{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.BtnItem
|
||
|
{
|
||
|
padding: 0px;
|
||
|
justify-content:center;
|
||
|
}
|
||
|
|
||
|
.BtnText
|
||
|
{
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.BtnIcon
|
||
|
{
|
||
|
margin:0px;
|
||
|
}
|
||
|
|
||
|
#NoPluginTip
|
||
|
{
|
||
|
display:none!important;
|
||
|
}
|
||
|
/*-----Left Menu-------*/
|
||
|
.JumpIcon
|
||
|
{
|
||
|
display: none!important;
|
||
|
}
|
||
|
|
||
|
.BtnNewIcon
|
||
|
{
|
||
|
display: none!important;
|
||
|
}
|
||
|
|
||
|
/*-----Hide Button-----*/
|
||
|
#HideBtn
|
||
|
{
|
||
|
transform: scaleX(-1);
|
||
|
border-radius: 0px 4px 4px 0px;
|
||
|
}
|