home *** CD-ROM | disk | FTP | other *** search
- /* ===== search.css =====================================================
- == Styles specific to the Search sidebar panel.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #stopButton {
- list-style-image: url("chrome://communicator/skin/icons/loading.gif");
- }
-
- /* :::: undo regular search listbox selection look :::: */
-
- .searchresult-item[selected="true"] {
- border: none !important;
- background-color: transparent !important;
- color: inherit !important;
- }
-