diff --git a/editor/jpicker/jpicker.css b/editor/jpicker/jpicker.css index 4861ee04..b5acb9e4 100644 --- a/editor/jpicker/jpicker.css +++ b/editor/jpicker/jpicker.css @@ -115,6 +115,7 @@ div[class="jPicker_ColorBar"] { .jPicker_AlphaBar { border: 2px inset #eee; 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 */ margin: 10px 5px 4px 5px; padding: 0px; @@ -130,6 +131,9 @@ div[class="jPicker_AlphaBar"] { top: -10px; /* (arrow height / 2) - (element height / 2) - position arrows' center in elements' center */ position: absolute; } +.jPicker_EnableAlpha { + text-align: left; +} .jPicker_Preview { font-size: x-small; text-align: center; @@ -188,6 +192,9 @@ td.jPicker_OpacityCol { padding-top: 12px; text-indent: -8px; } +td.jPicker_OpacityCol * { + display: none; +} td.jPicker_HexCol { text-align: left; }