Skip to content

Commit

Permalink
re gorhill#89: fixed using non-compliant color
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 13, 2015
1 parent 146a796 commit 01f7cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 data-i18n="settingsMatrixDisplayHeader"></h2>
<input type="radio" name="displayTextSize" id="displayTextSizeNormal" value="13px"><label data-i18n="settingsMatrixDisplayTextSizeNormal" for="displayTextSizeNormal"></label>
<input type="radio" name="displayTextSize" id="displayTextSizeLarge" value="16px"><label data-i18n="settingsMatrixDisplayTextSizeLarge" for="displayTextSizeLarge"></label>
<li style="margin-top:0.5em;">
<span data-i18n="settingsSubframeColor"></span> <input id="subframe-color" type="color" value="#c00">
<span data-i18n="settingsSubframeColor"></span> <input id="subframe-color" type="color" value="#cc0000">
&ensp;<span data-i18n="settingsSubframeOpacity"></span> <input id="subframe-opacity" type="range" min="0" max="100" value="100">
&ensp;<span id="subframe-color-demo">&nbsp;</span>
</ul>
Expand Down

0 comments on commit 01f7cea

Please sign in to comment.