changed theme

This commit is contained in:
scottjehl 2010-11-10 23:42:08 -05:00
parent e8bd78bd27
commit 49574cc7be

View file

@ -33,7 +33,7 @@
<p>An example of a slider and input is displayed like this:</p>
<div data-role="fieldcontain">
<label for="slider">Input slider:</label>
<input type="range" name="slider" id="slider" value="0" min="0" max="100" data-theme="b" data-track-theme="e" />
<input type="range" name="slider" id="slider" value="0" min="0" max="100" data-theme="b" data-track-theme="a" />
</div>
<p>By setting the <code>min</code> and <code>max</code>attributes you can configure the allowable number range of the slider track. The <code>value</code> of the input is used to configure the starting position of the handle and the value populated in the text input.</p>