Bug 487518 - Search widget on OS X shouldn't start search when clicking on non-existent search icon. r=enn

This commit is contained in:
Dão Gottwald 2009-04-13 19:41:23 +02:00
parent fa2d980aa0
commit ca7d55090f

View File

@ -149,8 +149,10 @@ textbox[type="search"].compact > .textbox-input-box > .textbox-search-icons > .t
-moz-image-region: rect(0, 22px, 11px, 11px);
}
.textbox-search-icon[searchbutton]:not([disabled]) ,
.textbox-search-clear:not([disabled]) {
cursor: default;
}
.textbox-search-icons:not([selectedIndex="1"]) {
visibility: hidden;
}