Fix position of pencil for deactivated layers
This commit is contained in:
parent
8773a63e90
commit
a79e165de1
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ ul.photon-autocomplete {
|
|||
}
|
||||
.readonly .layer-edit,
|
||||
.off .layer-edit {
|
||||
background-position: -51px -72px;
|
||||
background-position: -50px -73px;
|
||||
}
|
||||
.off .layer-zoom_to {
|
||||
background-position: -25px -54px;
|
||||
|
|
Loading…
Reference in a new issue