renamed <tristatecheckbox> to <checkbox>

git-svn-id: svn://10.0.0.236/trunk@30479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1999-05-06 00:55:32 +00:00
parent d9f7fb0b52
commit 37f332835f
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ normal two-state checkbox. The last one should behave like a tri-state.
<html:hr/>
<tristatecheckbox></tristatecheckbox>Dual state<html:br/>
<checkbox/>Dual state<html:br/>
<tristatecheckbox id="tristate"></tristatecheckbox>Tri state baby!<html:br/>
<checkbox id="tristate"/>Tri state baby!<html:br/>
<html:button onclick="setTri()">Click Me To Set TriState</html:button>

View File

@ -204,12 +204,12 @@ titledbutton[class=push][pseudoclass~="focus"]:-moz-focus-inner {
border : 1px dotted black;
}
tristatecheckbox {
checkbox {
display:inline;
border: 1px solid black;
}
tristatecheckbox[depress] {
checkbox[depress] {
background: darkGray;
border: 1px inset black;
}