home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / global / autocomplete.css < prev    next >
Cascading Style Sheet File  |  2001-08-04  |  3KB  |  101 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
  2.  
  3. /* ::::: autocomplete ::::: */
  4.  
  5. textbox[type="autocomplete"]
  6.   {
  7.     cursor              : default !important;
  8.   }
  9.  
  10. .autocomplete-internal-box 
  11.   {
  12.     padding             : 0px !important;
  13.   }
  14.  
  15. .autocomplete-textbox-container
  16.   {
  17.     padding             : 1px 2px 1px 2px;
  18.   }
  19.  
  20. .autocomplete-textbox 
  21.   {
  22.     cursor              : text;
  23.   }
  24.  
  25. /* ::::: history button ::::: */
  26.  
  27. .autocomplete-history-button
  28.   {
  29.     -moz-binding        : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
  30.     border-top          : 1px solid -moz-Dialog;
  31.     border-right        : 1px solid ThreeDDarkShadow;
  32.     border-bottom       : 1px solid ThreeDDarkShadow;
  33.     border-left         : 1px solid ThreeDFace;
  34.     background-color    : ThreeDFace;
  35.     list-style-image    : url("chrome://global/skin/scroll-down.gif");
  36.   }
  37.  
  38. .autocomplete-history-button > .autocomplete-history-button-internal-box 
  39.   {
  40.     border-top          : 1px solid ThreeDHighlight;
  41.     border-right        : 1px solid ThreeDShadow;
  42.     border-bottom       : 1px solid ThreeDShadow;
  43.     border-left         : 1px solid ThreeDHighlight;
  44.     padding             : 1px;
  45.   }
  46.  
  47. .autocomplete-history-button[open="true"]
  48.   {
  49.     border              : 1px solid ThreeDDarkShadow;
  50.   }
  51.  
  52. .autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
  53.   {
  54.     border              : 1px solid ThreeDFace;
  55.     padding             : 2px 0px 0px 2px;
  56.   }
  57.  
  58. /* ::::: autocomplete popups ::::: */
  59.  
  60. .autocomplete-result-popup,
  61. .autocomplete-history-popup
  62.   {
  63.     border                 : 1px solid ThreeDDarkShadow !important;
  64.     background-color       : -moz-Field !important;
  65.   }
  66.  
  67. .autocomplete-history-popup
  68.   {
  69.     max-height             : 180px;
  70.   }
  71.  
  72. /* ::::: outliner ::::: */
  73.  
  74. .autocomplete-outliner 
  75.   {
  76.     border                 : none;
  77.     background-color       : transparent !important;
  78.   }
  79.  
  80. .autocomplete-outlinercol 
  81.   {
  82.     margin                 : 0px !important;
  83.     border                 : none !important;
  84.     padding                : 0px !important;
  85.   }
  86.  
  87. .autocomplete-outlinerbody:-moz-outliner-cell-text 
  88.   {
  89.     padding-left: 8px;
  90.   }
  91.  
  92. .autocomplete-outlinerbody:-moz-outliner-row(menuactive) 
  93.   {
  94.     background-color       : Highlight;
  95.   }
  96.  
  97. .autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) 
  98.   {
  99.     color                  : HighlightText !important;
  100.   }
  101.