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 / filF2AD74DBEC6BDFB61B235482B062BBC7 < prev    next >
Text File  |  2010-07-12  |  1KB  |  58 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. button,
  4. button > .button-box {
  5.   -moz-appearance: none;
  6.   border: none !important;
  7.   color: #925b1d;
  8. }
  9.  
  10. button {
  11.   min-width: 40px;
  12.   height: 21px;
  13.   font-size: 14px;
  14.   line-height: 14px;
  15.   padding: 0 0 0 15px !important;
  16.   margin: 0 0 0 10px;
  17.   list-style-position: inside;
  18.   background: url("images/normal-start.png") no-repeat top left transparent;
  19. }
  20.  
  21. button > .button-box {
  22.   margin: 0 !important;
  23.   padding: 0 !important;
  24.   -moz-padding-end: 16px !important;
  25.   background: url("images/normal-end.png") no-repeat top right transparent;
  26. }
  27.  
  28. button > .button-box > .button-text {
  29.   text-align: center;
  30.   margin: 0 !important;
  31.   padding: 0 !important;
  32. }
  33.  
  34. button[disabled="true"] > .button-box > .button-text {
  35.   color: #aaa;
  36. }
  37.  
  38. button:active {
  39.   background-image: url("images/active-start.png");
  40. }
  41. button:active > .button-box {
  42.   background-image: url("images/active-end.png");
  43. }
  44.  
  45. button:hover:not(:active) {
  46.   background-image: url("images/hover-start.png");
  47. }
  48. button:hover:not(:active) > .button-box {
  49.   background-image: url("images/hover-end.png");
  50. }
  51.  
  52. button[disabled="true"] {
  53.   background-image: url("images/disabled-start.png") !important;
  54. }
  55. button[disabled="true"] > .button-box {
  56.   background-image: url("images/disabled-end.png") !important;
  57. }
  58.