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 / filFDE39DF75C4E3E8A4BA259B36B30CB12 < prev    next >
Text File  |  2010-07-12  |  2KB  |  62 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. checkbox {
  4.   -moz-binding: url("chrome://yasearch/content/dialogs/bindings.xbl#checkbox") !important;
  5. }
  6.  
  7. checkbox {
  8.   -moz-appearance: none;
  9.   -moz-box-align: center;
  10.   margin: 2px 4px;
  11.   padding-top: 1px;
  12.   padding-bottom: 1px;
  13.   -moz-padding-start: 4px;
  14.   -moz-padding-end: 2px;
  15. }
  16.  
  17. .checkbox-label-box {
  18.   -moz-margin-start: 2px;
  19.   border: 1px solid transparent;
  20.   padding: 0px 1px 2px 1px;
  21. }
  22.  
  23. .checkbox-icon {
  24.   -moz-margin-end: 2px;
  25. }
  26.  
  27. .checkbox-label {
  28.   margin: 0 !important;
  29. }
  30.  
  31. checkbox > .checkbox-check {
  32.   list-style-image: url("chrome://yasearch/skin/dialogs/images/checkbox/checkbox.png");
  33.   -moz-image-region: rect(0px, 12px, 12px, 0px);
  34. }
  35.  
  36. checkbox[disabled="true"] > .checkbox-check {
  37.   -moz-image-region: rect(12px, 12px, 24px, 0px) !important;
  38. }
  39.  
  40. checkbox:hover > .checkbox-check {
  41.   -moz-image-region: rect(24px, 12px, 36px, 0px);
  42. }
  43.  
  44. checkbox:active > .checkbox-check {
  45.   -moz-image-region: rect(36px, 12px, 48px, 0px);
  46. }
  47.  
  48. checkbox[checked="true"] > .checkbox-check {
  49.   -moz-image-region: rect(0px, 24px, 12px, 12px);
  50. }
  51.  
  52. checkbox[checked="true"][disabled="true"] > .checkbox-check {
  53.   -moz-image-region: rect(12px, 24px, 24px, 12px) !important;
  54. }
  55.  
  56. checkbox[checked="true"]:hover > .checkbox-check {
  57.   -moz-image-region: rect(24px, 24px, 36px, 12px);
  58. }
  59.  
  60. checkbox[checked="true"]:active > .checkbox-check {
  61.   -moz-image-region: rect(36px, 24px, 48px, 12px);
  62. }