Added correct cursors to elements that can be moved in the grid

This commit is contained in:
Simon Busborg
2015-12-16 15:35:59 +01:00
parent e16a1a2459
commit d89defe23b

View File

@@ -413,6 +413,10 @@
.umb-grid .umb-row.-active {
background-color: @blue;
.umb-row-title-bar {
cursor: move;
}
.row-tool,
.umb-row-title {
color: #fff;
@@ -437,6 +441,9 @@
.umb-grid .umb-row.-active-child {
background-color: @grayLighter;
.umb-row-title-bar {
cursor: default;
}
.umb-row-title {
color: @gray;
@@ -736,6 +743,7 @@
.umb-grid .umb-control.-active .umb-control-bar {
opacity: 1;
height: 25px;
cursor: move;
}
.umb-grid .umb-control-tools {