| 1 |
#colorSelector { |
| 2 |
position: relative; |
| 3 |
width: 36px; |
| 4 |
height: 36px; |
| 5 |
background: url(../images/select.png); |
| 6 |
} |
| 7 |
#colorSelector div { |
| 8 |
position: absolute; |
| 9 |
top: 3px; |
| 10 |
left: 3px; |
| 11 |
width: 30px; |
| 12 |
height: 30px; |
| 13 |
background: url(../images/select.png) center; |
| 14 |
} |
| 15 |
#colorSelector2 { |
| 16 |
position: absolute; |
| 17 |
top: 0; |
| 18 |
left: 0; |
| 19 |
width: 36px; |
| 20 |
height: 36px; |
| 21 |
background: url(../images/select2.png); |
| 22 |
} |
| 23 |
#colorSelector2 div { |
| 24 |
position: absolute; |
| 25 |
top: 4px; |
| 26 |
left: 4px; |
| 27 |
width: 28px; |
| 28 |
height: 28px; |
| 29 |
background: url(../images/select2.png) center; |
| 30 |
} |
| 31 |
#colorpickerHolder2 { |
| 32 |
top: 32px; |
| 33 |
left: 0; |
| 34 |
width: 356px; |
| 35 |
height: 0; |
| 36 |
overflow: hidden; |
| 37 |
position: absolute; |
| 38 |
} |
| 39 |
#colorpickerHolder2 .colorpicker { |
| 40 |
background-image: url(../images/custom_background.png); |
| 41 |
position: absolute; |
| 42 |
bottom: 0; |
| 43 |
left: 0; |
| 44 |
} |
| 45 |
#colorpickerHolder2 .colorpicker_hue div { |
| 46 |
background-image: url(../images/custom_indic.gif); |
| 47 |
} |
| 48 |
#colorpickerHolder2 .colorpicker_hex { |
| 49 |
background-image: url(../images/custom_hex.png); |
| 50 |
} |
| 51 |
#colorpickerHolder2 .colorpicker_rgb_r { |
| 52 |
background-image: url(../images/custom_rgb_r.png); |
| 53 |
} |
| 54 |
#colorpickerHolder2 .colorpicker_rgb_g { |
| 55 |
background-image: url(../images/custom_rgb_g.png); |
| 56 |
} |
| 57 |
#colorpickerHolder2 .colorpicker_rgb_b { |
| 58 |
background-image: url(../images/custom_rgb_b.png); |
| 59 |
} |
| 60 |
#colorpickerHolder2 .colorpicker_hsb_s { |
| 61 |
background-image: url(../images/custom_hsb_s.png); |
| 62 |
display: none; |
| 63 |
} |
| 64 |
#colorpickerHolder2 .colorpicker_hsb_h { |
| 65 |
background-image: url(../images/custom_hsb_h.png); |
| 66 |
display: none; |
| 67 |
} |
| 68 |
#colorpickerHolder2 .colorpicker_hsb_b { |
| 69 |
background-image: url(../images/custom_hsb_b.png); |
| 70 |
display: none; |
| 71 |
} |
| 72 |
#colorpickerHolder2 .colorpicker_submit { |
| 73 |
background-image: url(../images/custom_submit.png); |
| 74 |
} |
| 75 |
#colorpickerHolder2 .colorpicker input { |
| 76 |
color: #778398; |
| 77 |
} |
| 78 |
#customWidget { |
| 79 |
position: relative; |
| 80 |
height: 36px; |
| 81 |
} |
| 82 |
|