59 lines
1.0 KiB
CSS
Executable File
59 lines
1.0 KiB
CSS
Executable File
.miniColors-trigger {
|
|
height: 36px;
|
|
width: 36px;
|
|
border: solid 3px #e8e8e8;
|
|
vertical-align: middle;
|
|
margin: 0 6px 0 0;
|
|
display: inline-block;
|
|
outline: none;
|
|
}
|
|
|
|
.miniColors-selector {
|
|
position: absolute;
|
|
width: 175px;
|
|
height: 150px;
|
|
background: #FFF;
|
|
border: solid 1px #BBB;
|
|
padding: 5px;
|
|
z-index: 999999;
|
|
}
|
|
|
|
.miniColors-selector.black {
|
|
background: #222;
|
|
border-color: #222;
|
|
}
|
|
|
|
.miniColors-colors {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
width: 150px;
|
|
height: 150px;
|
|
background: url(miniColors/gradient.png) center no-repeat;
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.miniColors-hues {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 160px;
|
|
width: 20px;
|
|
height: 150px;
|
|
background: url(miniColors/rainbow.png) center no-repeat;
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.miniColors-colorPicker {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
background: url(miniColors/circle.gif) center no-repeat;
|
|
}
|
|
|
|
.miniColors-huePicker {
|
|
position: absolute;
|
|
left: -3px;
|
|
width: 26px;
|
|
height: 3px;
|
|
background: url(miniColors/line.gif) center no-repeat;
|
|
} |