mirror of
https://gh.wpcy.net/https://github.com/LumeWeb/freescout-enduserportal.git
synced 2026-04-18 07:32:23 +08:00
18 lines
367 B
CSS
18 lines
367 B
CSS
.eup-colorpicker .input-group-addon {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Color picker */
|
|
.colorpicker-2x .colorpicker-saturation {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
.colorpicker-2x .colorpicker-hue,
|
|
.colorpicker-2x .colorpicker-alpha {
|
|
width: 30px;
|
|
height: 200px;
|
|
}
|
|
.colorpicker-2x .colorpicker-color,
|
|
.colorpicker-2x .colorpicker-color div{
|
|
height: 30px;
|
|
}
|