This commit is contained in:
ben%netscape.com 2000-03-29 23:42:39 +00:00
Родитель b2926528b8
Коммит eebaf04faf
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -22,13 +22,13 @@
background-color : #CCCCCC;
}
textfield[focussed="true"]
textfield[focused="true"]
{
border : 2px solid #6699cc;
margin : 0px 2px 1px 3px;
}
textfield[focussed="true"][readonly="true"]
textfield[focused="true"][readonly="true"]
{
border : 1px inset #CCCCCC;
margin : 1px 3px 2px 4px;

Просмотреть файл

@ -230,8 +230,8 @@
</xul:box>
</content>
<handlers>
<handler type="focus" value="var v = this.anonymousContent[0]; this.setAttribute('focussed','true'); v.firstChild.focus();"/>
<handler type="blur" value="var v = this.anonymousContent[0]; this.removeAttribute('focussed'); v.firstChild.blur();"/>
<handler type="focus" value="var v = this.anonymousContent[0]; this.setAttribute('focused','true'); v.firstChild.focus();"/>
<handler type="blur" value="var v = this.anonymousContent[0]; this.removeAttribute('focused'); v.firstChild.blur();"/>
</handlers>
</binding>