home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / filB3A3B31AF97536D6DDF7FEDB21A6D863 < prev    next >
Text File  |  2010-07-12  |  1KB  |  46 lines

  1. @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. button {
  4.     -moz-appearance: none !important;
  5.     margin: 0 1px 0 0 !important;
  6.     padding: 0 !important;
  7.     border: none !important;
  8.     
  9.     width: 17px;
  10.     -moz-box-orient: vertical;
  11. }
  12.  
  13. toolbar button image {
  14.     list-style-image: url("images/down.png");
  15.     width: 5px;
  16.     height: 8px;
  17.     margin: -10px 0 !important;
  18. }
  19. toolbar[xb-toolbar-multiline] button image {
  20.     list-style-image: url("images/up.png");
  21. }
  22.  
  23. button > .top {
  24.     height: 10px;
  25. }
  26.  
  27. button > .middle {
  28.     -moz-box-flex: 1;
  29.     -moz-box-align: center;
  30.     -moz-box-pack: center;
  31. }
  32.  
  33. button > .bottom {
  34.     height: 10px;
  35. }
  36.  
  37. button        > .top    {background: url(images/normal/top.png);}
  38. button        > .middle {background: url(images/normal/middle.png);}
  39. button        > .bottom {background: url(images/normal/bottom.png);}
  40. button:hover  > .top    {background: url(images/hover/top.png);}
  41. button:hover  > .middle {background: url(images/hover/middle.png);}
  42. button:hover  > .bottom {background: url(images/hover/bottom.png);}
  43. button:active > .top    {background: url(images/active/top.png);}
  44. button:active > .middle {background: url(images/active/middle.png);}
  45. button:active > .bottom {background: url(images/active/bottom.png);}
  46.