home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / search / search.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  591 b   |  18 lines

  1. /* ===== search.css =====================================================
  2.   == Styles specific to the Search sidebar panel.
  3.   ======================================================================= */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. #stopButton {
  8.   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
  9. }
  10.  
  11. /* :::: undo regular search listbox selection look :::: */
  12.  
  13. .searchresult-item[selected="true"] {
  14.   border: none !important;
  15.   background-color: transparent !important;
  16.   color: inherit !important;
  17. }
  18.