renamed <tristatecheckbox> to <checkbox>
git-svn-id: svn://10.0.0.236/trunk@30479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d9f7fb0b52
commit
37f332835f
@ -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>
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user