mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Issue 1213 fixed. Thanks to sannedul.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9986 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd245d1bd2
commit
3e879b0177
10 changed files with 5 additions and 647 deletions
|
|
@ -1,79 +1 @@
|
|||
.colorpicker img, .colorpicker div {
|
||||
behavior: url(iepngfix.htc);
|
||||
}
|
||||
|
||||
|
||||
.xe_colorpicker {
|
||||
position:absolute;
|
||||
width:194px;
|
||||
height:183px;
|
||||
overflow:hidden;
|
||||
z-index:100;
|
||||
}
|
||||
|
||||
.xe_colorpicker .colorpicker {
|
||||
position:relative;
|
||||
width:192px;
|
||||
height:160px;
|
||||
background-color:white;
|
||||
border:1px solid silver;
|
||||
}
|
||||
|
||||
.xe_colorpicker .colortable {
|
||||
position:absolute;
|
||||
left : 4px;
|
||||
top : 4px;
|
||||
border:1px solid #909090;
|
||||
}
|
||||
|
||||
.xe_colorpicker .colortable .background {
|
||||
position:relative;
|
||||
width:150px;
|
||||
height:150px;
|
||||
background:url(../images/colorpicker_overlay.png) no-repeat;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.xe_colorpicker .colortable .indicator {
|
||||
position:absolute;
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url(../images/colorpicker_select.gif) no-repeat;
|
||||
}
|
||||
|
||||
.xe_colorpicker .huebar {
|
||||
position:absolute;
|
||||
right : 4px;
|
||||
top : 4px;
|
||||
border:1px solid #909090;
|
||||
}
|
||||
|
||||
.xe_colorpicker .huebar .background {
|
||||
width:20px;
|
||||
height:150px;
|
||||
background:url(../images/colorpicker_huebg.png) repeat-x;
|
||||
}
|
||||
|
||||
.xe_colorpicker .huebar .indicator {
|
||||
position:absolute;
|
||||
width:35px;
|
||||
height:9px;
|
||||
left:-3px;
|
||||
background:transparent url(../images/colorpicker_indic.gif) no-repeat;
|
||||
}
|
||||
|
||||
.xe_colorpicker .buttons {
|
||||
position:absolute;
|
||||
width:194px;
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
.xe_colorpicker .buttons button {
|
||||
width:33%;
|
||||
color:white;
|
||||
height:22px;
|
||||
border:0;
|
||||
background-color:transparent;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.xe_colorpicker{position:absolute;width:194px;height:183px;overflow:hidden;z-index:100}.xe_colorpicker .colorpicker{position:relative;width:192px;height:160px;background-color:white;border:1px solid silver}.xe_colorpicker .colortable{position:absolute;left :4px;top :4px;border:1px solid #909090}.xe_colorpicker .colortable .background{position:relative;width:150px;height:150px;background:url(../images/colorpicker_overlay.png) no-repeat;overflow:hidden}.xe_colorpicker .colortable .indicator{position:absolute;width:11px;height:11px;background:url(../images/colorpicker_select.gif) no-repeat}.xe_colorpicker .huebar{position:absolute;right :4px;top:4px;border:1px solid #909090}.xe_colorpicker .huebar .background{width:20px;height:150px;background:url(../images/colorpicker_huebg.png) repeat-x}.xe_colorpicker .huebar .indicator{position:absolute;width:35px;height:9px;left:-3px;background:transparent url(../images/colorpicker_indic.gif) no-repeat}.xe_colorpicker .buttons{position:absolute;width:194px;background-color:black}.xe_colorpicker .buttons button{width:33%;color:white;height:22px;border:0;background-color:transparent;padding:0;margin:0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue