* fixes #378 * fixes #378 Horizontal Resizer cursor made default when disabled.
This commit is contained in:
parent
3a0139340c
commit
3b10b2d0f3
1 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,8 @@
|
||||||
// border-left: 5px solid rgba(0, 0, 0, 0.5);
|
// border-left: 5px solid rgba(0, 0, 0, 0.5);
|
||||||
// border-right: 5px solid rgba(0, 0, 0, 0.5);
|
// border-right: 5px solid rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Resizer.vertical.disabled,
|
||||||
|
.Resizer.horizontal.disabled{
|
||||||
|
cursor: default;
|
||||||
|
}
|
Loading…
Reference in a new issue