OriginalColorBox in ColorPicker Header should render mouse as pointer.

pull/33317/head
rebornix 2017-08-28 16:05:40 -07:00
parent ae5c9803f8
commit d6e6666fce
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
.colorpicker-header .original-color {
width: 74px;
z-index: inherit;
cursor: pointer;
}