Merge pull request #1584 from harish095/Designer-bug-fix
Minor UI bug fix in designer
This commit is contained in:
commit
56d1070da9
@ -351,7 +351,7 @@ a.M_butt:hover {
|
||||
}
|
||||
|
||||
#layer_menu {
|
||||
z-index: 100;
|
||||
z-index: 98;
|
||||
position: relative;
|
||||
float: right;
|
||||
background-color: #EAEEF0;
|
||||
@ -387,7 +387,11 @@ a.M_butt:hover {
|
||||
|
||||
#layer_menu_sizer {
|
||||
background-image: url(<?php echo $resizeImg; ?>);
|
||||
cursor: nw-resize;
|
||||
cursor: ne-resize;
|
||||
}
|
||||
|
||||
.left #layer_menu_sizer {
|
||||
cursor: nw-resize;
|
||||
}
|
||||
|
||||
.panel {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user