add basic support for new autocomplete
authorrobert <robert>
Thu, 3 May 2001 20:00:43 +0000 (20:00 +0000)
committerrobert <robert>
Thu, 3 May 2001 20:00:43 +0000 (20:00 +0000)
EarlyBlue/global/skin/autocomplete.css [new file with mode: 0644]
EarlyBlue/global/skin/classicBindings.xml
LCARStrek/global/skin/autocomplete.css [new file with mode: 0644]
LCARStrek/global/skin/classicBindings.xml

diff --git a/EarlyBlue/global/skin/autocomplete.css b/EarlyBlue/global/skin/autocomplete.css
new file mode 100644 (file)
index 0000000..580a66b
--- /dev/null
@@ -0,0 +1,94 @@
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+
+/* ::::: autocomplete ::::: */
+
+textbox[type="autocomplete"]
+  {
+    cursor              : default !important;
+  }
+
+.textbox-input 
+  {
+    cursor              : text;
+  }
+
+.autocomplete-internal-box 
+  {
+    padding             : 0px !important;
+  }
+
+.autocomplete-textbox-container
+  {
+    padding             : 1px 2px 1px 2px;
+  }
+
+/* ::::: history button ::::: */
+
+.autocomplete-history-button
+  {
+    -moz-binding        : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
+    border-top          : 1px solid -moz-Dialog;
+    border-right        : 1px solid ThreeDDarkShadow;
+    border-bottom       : 1px solid ThreeDDarkShadow;
+    border-left         : 1px solid ThreeDFace;
+    background-color    : ThreeDFace;
+    list-style-image    : url("chrome://global/skin/scroll-down.gif");
+  }
+
+.autocomplete-history-button > .autocomplete-history-button-internal-box 
+  {
+    border-top          : 1px solid ThreeDHighlight;
+    border-right        : 1px solid ThreeDShadow;
+    border-bottom       : 1px solid ThreeDShadow;
+    border-left         : 1px solid ThreeDHighlight;
+    padding             : 1px;
+  }
+
+.autocomplete-history-button[open="true"]
+  {
+    border              : 1px solid ThreeDDarkShadow;
+  }
+
+.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
+  {
+    border              : 1px solid ThreeDFace;
+    padding             : 2px 0px 0px 2px;
+  }
+
+/* ::::: autocomplete popups ::::: */
+
+.autocomplete-result-popup,
+.autocomplete-history-popup
+  {
+    border                 : 1px solid ThreeDDarkShadow !important;
+    background-color       : -moz-Field !important;
+  }
+
+.autocomplete-history-popup
+  {
+    max-height             : 180px;
+  }
+
+/* ::::: outliner ::::: */
+
+.autocomplete-outliner 
+  {
+    background-color       : transparent !important;
+  }
+
+.autocomplete-outlinercol 
+  {
+    margin                 : 0px !important;
+    border                 : none !important;
+    padding                : 0px !important;
+  }
+
+.autocomplete-outlinerbody:-moz-outliner-row(menuactive) 
+  {
+    background-color       : Highlight;
+  }
+
+.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) 
+  {
+    color                  : HighlightText !important;
+  }
index 07948a15bb777d57abd995ecc53192437ab08063..bbe3bf086fe5a0e1a7d6d383dfb2325187749d54 100755 (executable)
       </xul:box>
     </content>
   </binding>
+
+  <binding id="autocomplete-history-button" extends="xul:box">
+    <content>
+      <xul:box class="autocomplete-history-button-internal-box" autostretch="never">
+        <children/>
+      </xul:box>
+    </content>
+  </binding>
   
 </bindings>
+
diff --git a/LCARStrek/global/skin/autocomplete.css b/LCARStrek/global/skin/autocomplete.css
new file mode 100644 (file)
index 0000000..580a66b
--- /dev/null
@@ -0,0 +1,94 @@
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+
+/* ::::: autocomplete ::::: */
+
+textbox[type="autocomplete"]
+  {
+    cursor              : default !important;
+  }
+
+.textbox-input 
+  {
+    cursor              : text;
+  }
+
+.autocomplete-internal-box 
+  {
+    padding             : 0px !important;
+  }
+
+.autocomplete-textbox-container
+  {
+    padding             : 1px 2px 1px 2px;
+  }
+
+/* ::::: history button ::::: */
+
+.autocomplete-history-button
+  {
+    -moz-binding        : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
+    border-top          : 1px solid -moz-Dialog;
+    border-right        : 1px solid ThreeDDarkShadow;
+    border-bottom       : 1px solid ThreeDDarkShadow;
+    border-left         : 1px solid ThreeDFace;
+    background-color    : ThreeDFace;
+    list-style-image    : url("chrome://global/skin/scroll-down.gif");
+  }
+
+.autocomplete-history-button > .autocomplete-history-button-internal-box 
+  {
+    border-top          : 1px solid ThreeDHighlight;
+    border-right        : 1px solid ThreeDShadow;
+    border-bottom       : 1px solid ThreeDShadow;
+    border-left         : 1px solid ThreeDHighlight;
+    padding             : 1px;
+  }
+
+.autocomplete-history-button[open="true"]
+  {
+    border              : 1px solid ThreeDDarkShadow;
+  }
+
+.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
+  {
+    border              : 1px solid ThreeDFace;
+    padding             : 2px 0px 0px 2px;
+  }
+
+/* ::::: autocomplete popups ::::: */
+
+.autocomplete-result-popup,
+.autocomplete-history-popup
+  {
+    border                 : 1px solid ThreeDDarkShadow !important;
+    background-color       : -moz-Field !important;
+  }
+
+.autocomplete-history-popup
+  {
+    max-height             : 180px;
+  }
+
+/* ::::: outliner ::::: */
+
+.autocomplete-outliner 
+  {
+    background-color       : transparent !important;
+  }
+
+.autocomplete-outlinercol 
+  {
+    margin                 : 0px !important;
+    border                 : none !important;
+    padding                : 0px !important;
+  }
+
+.autocomplete-outlinerbody:-moz-outliner-row(menuactive) 
+  {
+    background-color       : Highlight;
+  }
+
+.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) 
+  {
+    color                  : HighlightText !important;
+  }
index 07948a15bb777d57abd995ecc53192437ab08063..bbe3bf086fe5a0e1a7d6d383dfb2325187749d54 100755 (executable)
       </xul:box>
     </content>
   </binding>
+
+  <binding id="autocomplete-history-button" extends="xul:box">
+    <content>
+      <xul:box class="autocomplete-history-button-internal-box" autostretch="never">
+        <children/>
+      </xul:box>
+    </content>
+  </binding>
   
 </bindings>
+