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 / fil4981A373517BC2651D3CB5AB09997464 < prev    next >
Text File  |  2010-07-12  |  2KB  |  57 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. }
  8.  
  9. button {
  10.   min-width: 40px;
  11.   height: 21px;
  12.   font-size: 14px;
  13.   margin-left: 0;
  14.   margin-right: 0;
  15.   padding: 0 0 0 15px !important;
  16.   list-style-position: inside;
  17.   background: url("chrome://yasearch/skin/dialogs/images/button/base/start.png") no-repeat top left transparent;
  18. }
  19.  
  20. button > .button-box {
  21.   margin: 0 !important;
  22.   padding: 0 !important;
  23.   -moz-padding-end: 16px !important;
  24.   background: url("chrome://yasearch/skin/dialogs/images/button/base/end.png") no-repeat top right transparent;
  25. }
  26.  
  27. button > .button-box > .button-text {
  28.   text-align: center;
  29.   margin: 0 !important;
  30.   padding: 0 !important;
  31. }
  32.  
  33. button[disabled="true"] > .button-box > .button-text {
  34.   color: #aaa;
  35. }
  36.  
  37. button:active {
  38.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/active-start.png");
  39. }
  40. button:active > .button-box {
  41.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/active-end.png");
  42. }
  43.  
  44. button:hover:not(:active) {
  45.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/hover-start.png");
  46. }
  47. button:hover:not(:active) > .button-box {
  48.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/hover-end.png");
  49. }
  50.  
  51. button[disabled="true"] {
  52.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/disabled-start.png") !important;
  53. }
  54. button[disabled="true"] > .button-box {
  55.   background-image: url("chrome://yasearch/skin/dialogs/images/button/base/disabled-end.png") !important;
  56. }
  57.