home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / global / browser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-07-10  |  678 b   |  38 lines

  1.  
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. .tabbrowser-strip {
  5.   border-bottom: 1px solid ThreeDShadow;
  6.   padding-bottom: 1px;
  7. }
  8.  
  9. tabpanels {
  10.   -moz-appearance: none;
  11. }
  12.  
  13. .tabbrowser-tabs {
  14.   padding-top: 1px;
  15. }
  16.  
  17. .tabs-left,
  18. .tabs-right {
  19.   width: 3px;
  20. }
  21.  
  22. .tab-icon {
  23.   margin-top: 1px;
  24.   margin-right: 3px;
  25.   width: 16px;
  26.   height: 16px;
  27.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  28.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  29. }
  30.  
  31. tab[busy] > .tab-icon {
  32.   list-style-image: url("chrome://global/skin/icons/Loading.gif");
  33. }
  34.  
  35. tab[selected="true"] {
  36.   font-weight: bold;
  37. }
  38.