Update right panel handle for layers
parent
c88df88405
commit
4c8d2f14a6
|
@ -88,12 +88,13 @@ hr {
|
|||
display: inline-block;
|
||||
position: absolute;
|
||||
background-color: --main-bg-color;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
font-weight: 100;
|
||||
left: 0;
|
||||
top: 40%;
|
||||
width: 1em;
|
||||
padding: 5px 1px 5px 5px;
|
||||
margin-left: 3px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin-left: 6px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
|
@ -102,10 +103,6 @@ hr {
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#sidepanel_handle:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sidepanel_handle * {
|
||||
cursor: pointer;
|
||||
-moz-user-select: none;
|
||||
|
|
Loading…
Reference in New Issue