home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / navigator / navigator.css < prev    next >
Cascading Style Sheet File  |  2003-06-08  |  1KB  |  45 lines

  1. /* ::::: Hide the link toolbar if it is set to autohide and has no items. ::::: */
  2.  
  3. #linktoolbar[hidden="maybe"][hasitems="false"] {
  4.   display: none;
  5. }
  6.  
  7. /* ::::: urlbar autocomplete ::::: */
  8.  
  9. #urlbar {
  10.   -moz-binding: url("chrome://navigator/content/urlbarBindings.xml#urlbar");
  11. }
  12.  
  13. .autocomplete-result-popup[for="urlbar"] {
  14.   -moz-binding: url("chrome://navigator/content/urlbarBindings.xml#autocomplete-result-popup") !important;
  15. }
  16.  
  17. .autocomplete-search-box {
  18.   -moz-binding: url("chrome://navigator/content/urlbarBindings.xml#autocomplete-search-box");
  19. }
  20.  
  21. .autocomplete-search-engine {
  22.   -moz-binding: url("chrome://navigator/content/urlbarBindings.xml#autocomplete-search-engine");
  23. }
  24.  
  25.  
  26. /* ::::::::::
  27.    :: Rules for 'hiding' portions of the chrome for special
  28.    :: kinds of browser-specific window toolbars. Other global
  29.    :: window rules are in xul.css
  30.    ::::: */
  31.  
  32. window[chromehidden~="toolbar"] #nav-bar-buttons,
  33. window[chromehidden~="toolbar"] #print-button {
  34.   display: none;
  35. }
  36.  
  37. window[chromehidden~="toolbar"] #navigator-throbber {
  38.   margin: 0 5px 0 0 !important;
  39.   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
  40. }
  41.   
  42. window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
  43.   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
  44. }
  45.