home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / browser.jar / content / browser / tabbrowser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-15  |  756 b   |  29 lines

  1. .tabbrowser-tabs {
  2.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabs");
  3. }
  4.  
  5. .tabbrowser-tab {
  6.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tab");
  7. }
  8.  
  9.  
  10. .tabs-alltabs-popup {
  11.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-alltabs-popup");
  12. }
  13.  
  14. .tab-close-button, .tabs-closebutton {
  15.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-close-tab-button");
  16. }
  17.  
  18. .tab-close-button {
  19.   display: none;
  20. }
  21.  
  22. .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {
  23.   display: -moz-box;
  24. }
  25.  
  26. .tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
  27.   display: -moz-box;
  28. }
  29.