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 / fil8A058310BB571DAF7B77625406375504 < prev    next >
Text File  |  2010-07-12  |  999b  |  48 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. * {
  5.   -moz-appearance: none !important;
  6. }
  7.  
  8. scrollbar[orient="vertical"] {
  9.   border: none;
  10.   background: none;
  11.   width: 13px;
  12. }
  13.  
  14. scrollbar slider {
  15.   background: #fcf9f1;
  16. }
  17.  
  18. scrollbar thumb {
  19.   height: 4px;
  20.   min-height: 4px;
  21.   max-height: 4px;
  22.   border: 1px solid #c4c4c4;
  23.   -moz-border-radius: 2px;
  24.   background: #f0e9df !important;
  25. }
  26.  
  27. scrollbar thumb * {
  28.   display: none;
  29. }
  30.  
  31. scrollbar scrollbarbutton {
  32.   min-height: 7px;
  33.   min-width: 13px;
  34.   height: 7px;
  35.   width: 13px;
  36.   margin: 0;
  37.   padding: 0;
  38.   border: none;
  39. }
  40.  
  41. scrollbar scrollbarbutton[type="increment"] {
  42.   background: url("chrome://yasearch/skin/dialogs/images/scrollbar/button-bottom.png") 0 0 no-repeat;
  43. }
  44.  
  45. scrollbar scrollbarbutton[type="decrement"] {
  46.   background: url("chrome://yasearch/skin/dialogs/images/scrollbar/button-top.png") 0 0 no-repeat;
  47. }
  48.