EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / global / autocomplete.css
index c66d50acbbdedc999742b45abdabd6462be43585..0811c6cb413fb69ee383d687b90b2d1d25d61f89 100644 (file)
 
 /* ::::: autocomplete ::::: */
 
 
 /* ::::: autocomplete ::::: */
 
-textbox {
+/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
+textbox:not(.padded) {
   cursor: default;
   padding: 0px;
 }
 
   cursor: default;
   padding: 0px;
 }
 
-/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */
-textbox.padded {
-  padding-top: 1px;
-  padding-bottom: 1px;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 0px;
+textbox[nomatch="true"][highlightnonmatches="true"] {
+  color: red;
 }
 
 .autocomplete-textbox-container {
   -moz-box-align: center;
 }
 
 }
 
 .autocomplete-textbox-container {
   -moz-box-align: center;
 }
 
-textbox[nomatch="true"][highlightnonmatches="true"] {
-  color: red;
+textbox:not(.padded) .textbox-input-box {
+  margin: 0 3px;
 }
 
 .textbox-input-box {
 }
 
 .textbox-input-box {
-  margin: 0 3px;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }