layout manager css fix

This commit is contained in:
Yuri Kuznetsov
2022-07-17 16:54:00 +03:00
parent 6864405e55
commit f1054af1f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
border: 1px solid var(--select-item-border);
margin: 5px;
padding: 5px;
height: 32px;
height: 34px;
}
#layout ul.cells > li.ui-state-hover {
+2 -2
View File
@@ -11,7 +11,7 @@
border: 1px solid var(--select-item-border);
margin: 5px 0;
padding: 5px;
height: 32px;
height: 34px;
}
#layout header {
@@ -53,4 +53,4 @@
.enabled li:hover a.edit-field {
display: block;
}
}