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

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .autocomplete-history-popup {
  4.   min-width: 15em !important;
  5.   max-height: none !important;
  6. }
  7.  
  8. .autocomplete-history-popup[yaEmptyResultList="true"] .autocomplete-tree {
  9.   height: 0 !important;
  10.   min-height: 0 !important;
  11.   max-height: 0 !important;
  12.   visibility: hidden !important;
  13. }
  14.  
  15. checkbox[anonid="site-search-checkbox"] {
  16.   color: GrayText;
  17. }
  18.  
  19. .autocomplete-history-popup:not([yaEmptyResultList="true"])[yaSiteSearchEnabled="true"] > hbox[anonid="popup-appendix"] {
  20.   border-top: 1px solid GrayText;
  21. }
  22.  
  23. .autocomplete-history-popup:not([yaSiteSearchEnabled="true"]) checkbox[anonid="site-search-checkbox"] {
  24.   display: none;
  25. }
  26.  
  27. .autocomplete-history-popup[yaEmptyResultList="true"]:not([yaSiteSearchEnabled="true"]) > hbox[anonid="popup-appendix"] {
  28.   display: none;
  29. }
  30.  
  31. .autocomplete-history-popup[yaEmptyResultList="true"]:not([yaSiteSearchEnabled="true"]) {
  32.   max-width: 0 !important;
  33.   max-height: 0 !important;
  34.   width: 0 !important;
  35.   height: 0 !important;
  36.   border: none !important;
  37.   visibility: hidden !important;
  38. }
  39.  
  40. .autocomplete-history-popup image[anonid="popup-resizer"] {
  41.   list-style-image: url("chrome://yasearch/skin/browser-icons/resizer-bottom-right.png");
  42.   width: 15px;
  43.   height: 15px;
  44.   cursor: se-resize;
  45.   -moz-binding: url("chrome://yasearch/content/searchbox/searchbox.xml#searchbox-popup-autocomplete-resizer");
  46. }
  47.  
  48. .autocomplete-treecol:last-child {
  49.   text-align: right;
  50.   -moz-box-flex: 0 !important;
  51.   min-width: 5em !important;
  52. }