/*!
*
* ColorPick jQuery plugin
* https://github.com/philzet/ColorPick.js
*
* Copyright (c) 2017-2019 Phil Zet (a.k.a. Phil Zakharchenko)
* Licensed under the MIT License
*
*/

#colorPick {
	background: #ffffff;
}

#colorPick span {
	color: #cccccc;
}

.customColorHash {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.colorPickDummy {
	background: rgba(255, 255, 255, 0.2);
	border: 1px dashed rgba(255, 255, 255, 0.2);
}
