| Author | Matteo Palmieri |
|---|---|
| Created | Jan 6, 2009 |
| Updated | Jan 6, 2009 |
| Installs (this week) | 1 |
| Installs (total) | 226 |
| Average rating |
|
Sets the opacity of the search bar go button to 50% when not typing into the search textbox.
Users of Searchbar Autosizer add-on by xeen (http://searchbarautosizer.mozdev.org/) who want the search bar to match the behavior of the location bar and prevent the name of the search engine to overrun the space of the go button (unlike on the contrary my Search bar go button - Show when typing only does), have to set opacity of searchbar to zero when unfocused, i.e.:
#searchbar .searchbar-box:not(focused), #searchbar .searchbar-textbox:not(focused) .search-go-button
{
opacity: 0 !important;
}
Users of Searchbar Autosizer add-on by xeen (http://searchbarautosizer.mozdev.org/) who want the search bar to match the behavior of the location bar and prevent the name of the search engine to overrun the space of the go button (unlike on the contrary my Search bar go button - Show when typing only does), have to set opacity of searchbar to zero when unfocused, i.e.:
#searchbar .searchbar-box:not(focused), #searchbar .searchbar-textbox:not(focused) .search-go-button
{
opacity: 0 !important;
}
More Info
Feedback
Discussions
Ask a new question or add a review for this style.
