bcPicker.css 411 Bytes
Newer Older
Admin CED's avatar
Admin CED committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.bcPicker-picker{
  width: 20px;
  height: 20px;
  position:  relative;
  cursor: pointer;
}

.bcPicker-palette{
  width: 120px;
  position: absolute;
  top: 16px;
  padding: 5px;
  border: 1px solid #efefef;
  background-color: #fdfdfd;
  z-index: 10;
  display: none;
}

.bcPicker-palette > .bcPicker-color{
  width: 14px;
  height: 14px;
  margin: 2px;
  display: inline-block;
  border: 1px solid #efefef;
}