Changeset 29792


Ignore:
Timestamp:
2015-03-17T20:41:04+13:00 (9 years ago)
Author:
davidb
Message:

set CSS colour on input box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/main-form/choose-palette.html

    r29787 r29792  
    537537        <p>Use slider to change the number of colours that will be used in your flag:</p>
    538538
    539         <input id="numColoursSlider" type="range" min="0" max="7" value="3" steps="7" onchange="showColourPots(this.value)"/>
     539        <input id="numColoursSlider" style="color: black;" type="range" min="0" max="7" value="3" steps="7" onchange="showColourPots(this.value)"/>
    540540
    541541    </p>
Note: See TracChangeset for help on using the changeset viewer.