0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lib
/
jquery_tiki
/
colorpicker
/
[
Home
]
File: layout.css
/* cut down version of colorpicker/css/layout.css for Tiki 7 */ .colorSelector { position: relative; width: 36px; height: 36px; background: url(../../jquery/colorpicker/images/select.png); } .colorSelector div { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; background: url(../../jquery/colorpicker/images/select.png) center; } .colorpicker { z-index: 1500; /* to appear over jqui dialogs */ }