forgot to update .css to match upstream jPicker
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@256 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
b7562af19e
commit
3154f56aba
|
@ -115,6 +115,7 @@ div[class="jPicker_ColorBar"] {
|
||||||
.jPicker_AlphaBar {
|
.jPicker_AlphaBar {
|
||||||
border: 2px inset #eee;
|
border: 2px inset #eee;
|
||||||
cursor: e-resize;
|
cursor: e-resize;
|
||||||
|
display: none;
|
||||||
height: 24px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 20px later */
|
height: 24px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 20px later */
|
||||||
margin: 10px 5px 4px 5px;
|
margin: 10px 5px 4px 5px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -130,6 +131,9 @@ div[class="jPicker_AlphaBar"] {
|
||||||
top: -10px; /* (arrow height / 2) - (element height / 2) - position arrows' center in elements' center */
|
top: -10px; /* (arrow height / 2) - (element height / 2) - position arrows' center in elements' center */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
.jPicker_EnableAlpha {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
.jPicker_Preview {
|
.jPicker_Preview {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -188,6 +192,9 @@ td.jPicker_OpacityCol {
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
text-indent: -8px;
|
text-indent: -8px;
|
||||||
}
|
}
|
||||||
|
td.jPicker_OpacityCol * {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
td.jPicker_HexCol {
|
td.jPicker_HexCol {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue