Removing background colouring on an input
authorrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 01:50:09 +0000 (01:50 +0000)
committerrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 01:50:09 +0000 (01:50 +0000)
git-svn-id: svn://depot/macosx/RGBConverter/trunk@235 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0

RGB_Converter.wdgt/Widget.html

index 09706a8c3551fa528635c5e9d9034889378edb4c..9dc7c496fe2b5de4bb809230be2dee5fb0f166ac 100644 (file)
@@ -37,7 +37,7 @@
                <div id="swatch-green"></div>
                <div id="swatch-blue"></div>
                
-               <div id="redinput"><input type="text" name="redinput" id="redinputf" style="color: red; background-color: green; border: none" size="3" maxlength="3" onblur="rgbwatcher('red')" value="0" /></div>
+               <div id="redinput"><input type="text" name="redinput" id="redinputf" style="color: red" size="3" maxlength="3" onblur="rgbwatcher('red')" value="0" /></div>
                <div id="greeninput"><input type="text" name="greeninput" id="greeninputf" style="color: green" size="3" maxlength="3" onblur="rgbwatcher('green')" value="0" /></div>
                <div id="blueinput"><input type="text" name="blueinput" id="blueinputf" style="color: blue" size="3" maxlength="3" onblur="rgbwatcher('blue')" value="0" /></div>