From 3154f56abae2f1fc7be128c315314286b03b8f4f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 2 Jul 2009 19:07:54 +0000 Subject: [PATCH] forgot to update .css to match upstream jPicker git-svn-id: http://svg-edit.googlecode.com/svn/trunk@256 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/jpicker/jpicker.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; }