home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / browser.jar / content / browser / browser.css < prev    next >
Cascading Style Sheet File  |  2005-09-26  |  496b  |  20 lines

  1. searchbar {
  2.   -moz-binding: url("chrome://browser/content/search.xml#searchbar");
  3. }
  4.  
  5. /* ::::: print preview toolbar ::::: */
  6.  
  7. toolbar[printpreview="true"] {
  8.   -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
  9. }
  10.  
  11. toolbarbutton[type="updates"] {
  12.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateStatusbarNotification");
  13. }
  14.  
  15. #noPreviewAvailable 
  16. {
  17.   background-color: white !important;
  18.   font-size: 12px !important;
  19. }
  20.