ENH: Optimize LeftMenu Bar UI
JIRA: none Change-Id: I4ee0bafcc42582675a2db118cb3be656b950b1ed
This commit is contained in:
parent
a564ee6a0a
commit
a01e19660e
|
@ -268,7 +268,7 @@ body
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
right: 1px;
|
right: 0px;
|
||||||
top: calc(50% - 30px);
|
top: calc(50% - 30px);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -278,6 +278,7 @@ body
|
||||||
border-top: 1px solid rgba(238, 238, 238, 1);
|
border-top: 1px solid rgba(238, 238, 238, 1);
|
||||||
border-bottom: 1px solid rgba(238, 238, 238, 1);
|
border-bottom: 1px solid rgba(238, 238, 238, 1);
|
||||||
border-radius: 4px 0px 0px 4px;
|
border-radius: 4px 0px 0px 4px;
|
||||||
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
#HideBtn:hover
|
#HideBtn:hover
|
||||||
|
|
|
@ -63,5 +63,7 @@
|
||||||
#HideBtn
|
#HideBtn
|
||||||
{
|
{
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
border-radius: 0px 4px 4px 0px;
|
border-radius: 0px 4px 4px 0px;
|
||||||
|
border-left: 0px solid rgba(238, 238, 238, 1);
|
||||||
|
border-right: 1px solid rgba(238, 238, 238, 1);
|
||||||
}
|
}
|
Loading…
Reference in New Issue