You are here

autocomplete_deluxe.css in Autocomplete Deluxe 7.2

Same filename and directory in other branches
  1. 7 autocomplete_deluxe.css
@CHARSET "UTF-8";


ul.ui-autocomplete {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 3px;
  z-index: 1002;
}

a.autocomplete-deluxe-single:hover {
  text-decoration: none;
}

.ui-autocomplete .ui-state-hover {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
  padding: 0;
  margin: 0;
}

.autocomplete-deluxe-container {
  display: inline-block;
  position: relative;
  padding: 0;
  border: 1px solid #CCCCCC;
  background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
div.autocomplete-deluxe-container input.autocomplete-deluxe-form {
  background: #fff no-repeat -38px -22px;
  padding: 4px 5px 4px 5px;
  border: none;
}

div.autocomplete-deluxe-container input.autocomplete-deluxe-form-single  {
  width: 90%;
  border: none;
  background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.autocomplete-deluxe-search {
  margin: 0px 0px 4px 0px;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}

span.autocomplete-deluxe-value-delete {
  display: inline-block;
  float: right;
  background:url('x.gif') no-repeat center;
  width: 18px;
  width: 18px;

  /* Prevent text selection. */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.autocomplete-deluxe-single-open {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

input.autocomplete-deluxe-closed {
}

div.autocomplete-deluxe-multiple {
  display: inline-block;
  font-size: 13px;
  position: relative;
  background-color: #FFFFFF;
  background: #fff no-repeat -38px -22px;
  background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px;
  border: 1px solid #AAAAAA;
  cursor: text;
  height: auto !important;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  line-height:15pt;
  width: 503px;
  cursor: text;
}

input.autocomplete-deluxe-form.autocomplete-deluxe-multiple {
  border: 3px none;
  width: 25px;
  margin-left: 5px;
  float: left;
}

div.autocomplete-deluxe-throbber {
  width: 16px;
  float: right;
  height: 50%;
}

.autocomplete-deluxe-closed {
  background: url(throbber.gif) no-repeat 100% 6px;
}

.autocomplete-deluxe-open {
  background: url(throbber.gif) no-repeat 100% -14px;
}

.autocomplete-deluxe-item {
  float: left;
  background-clip: padding-box;
  background-color: #E4E4E4;
  background-image: -moz-linear-gradient(center top , #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: move;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.autocomplete-deluxe-item-delete {
  background: url("x.gif");
  display: block;
  font-size: 1px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 12px;
}
.autocomplete-deluxe-item-focus {
  background: none repeat scroll 0 0 #D4D4D4;
}

.autocomplete-deluxe-highlight-char {
  color: blue;
  font-weight: bold;
}

File

autocomplete_deluxe.css
View source
  1. @CHARSET "UTF-8";
  2. ul.ui-autocomplete {
  3. max-height: 240px;
  4. overflow-x: hidden;
  5. overflow-y: scroll;
  6. padding: 3px;
  7. z-index: 1002;
  8. }
  9. a.autocomplete-deluxe-single:hover {
  10. text-decoration: none;
  11. }
  12. .ui-autocomplete .ui-state-hover {
  13. background-color: #3875d7;
  14. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  15. background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  16. background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  17. background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  18. background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  19. background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  20. color: #fff;
  21. padding: 0;
  22. margin: 0;
  23. }
  24. .autocomplete-deluxe-container {
  25. display: inline-block;
  26. position: relative;
  27. padding: 0;
  28. border: 1px solid #CCCCCC;
  29. background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  30. background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  31. background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  32. background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  33. background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  34. background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  35. }
  36. div.autocomplete-deluxe-container input.autocomplete-deluxe-form {
  37. background: #fff no-repeat -38px -22px;
  38. padding: 4px 5px 4px 5px;
  39. border: none;
  40. }
  41. div.autocomplete-deluxe-container input.autocomplete-deluxe-form-single {
  42. width: 90%;
  43. border: none;
  44. background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  45. background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  46. background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  47. background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  48. background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  49. background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  50. }
  51. .autocomplete-deluxe-search {
  52. margin: 0px 0px 4px 0px;
  53. padding: 3px 4px;
  54. position: relative;
  55. white-space: nowrap;
  56. z-index: 1010;
  57. }
  58. span.autocomplete-deluxe-value-delete {
  59. display: inline-block;
  60. float: right;
  61. background:url('x.gif') no-repeat center;
  62. width: 18px;
  63. width: 18px;
  64. /* Prevent text selection. */
  65. -moz-user-select: -moz-none;
  66. -khtml-user-select: none;
  67. -webkit-user-select: none;
  68. -o-user-select: none;
  69. user-select: none;
  70. }
  71. .autocomplete-deluxe-single-open {
  72. border: 1px solid #aaa;
  73. -webkit-box-shadow: 0 1px 0 #fff inset;
  74. -moz-box-shadow : 0 1px 0 #fff inset;
  75. -o-box-shadow : 0 1px 0 #fff inset;
  76. box-shadow : 0 1px 0 #fff inset;
  77. background-color: #eee;
  78. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  79. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  80. background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  81. background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  82. background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  83. background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  84. background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  85. -webkit-border-bottom-left-radius : 0;
  86. -webkit-border-bottom-right-radius: 0;
  87. -moz-border-radius-bottomleft : 0;
  88. -moz-border-radius-bottomright: 0;
  89. border-bottom-left-radius : 0;
  90. border-bottom-right-radius: 0;
  91. }
  92. input.autocomplete-deluxe-closed {
  93. }
  94. div.autocomplete-deluxe-multiple {
  95. display: inline-block;
  96. font-size: 13px;
  97. position: relative;
  98. background-color: #FFFFFF;
  99. background: #fff no-repeat -38px -22px;
  100. background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  101. background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  102. background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  103. background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  104. background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  105. background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  106. padding: 4px 5px;
  107. border: 1px solid #AAAAAA;
  108. cursor: text;
  109. height: auto !important;
  110. margin: 0;
  111. overflow: hidden;
  112. padding: 5px;
  113. position: relative;
  114. line-height:15pt;
  115. width: 503px;
  116. cursor: text;
  117. }
  118. input.autocomplete-deluxe-form.autocomplete-deluxe-multiple {
  119. border: 3px none;
  120. width: 25px;
  121. margin-left: 5px;
  122. float: left;
  123. }
  124. div.autocomplete-deluxe-throbber {
  125. width: 16px;
  126. float: right;
  127. height: 50%;
  128. }
  129. .autocomplete-deluxe-closed {
  130. background: url(throbber.gif) no-repeat 100% 6px;
  131. }
  132. .autocomplete-deluxe-open {
  133. background: url(throbber.gif) no-repeat 100% -14px;
  134. }
  135. .autocomplete-deluxe-item {
  136. float: left;
  137. background-clip: padding-box;
  138. background-color: #E4E4E4;
  139. background-image: -moz-linear-gradient(center top , #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
  140. border: 1px solid #AAAAAA;
  141. border-radius: 3px 3px 3px 3px;
  142. box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  143. color: #333333;
  144. cursor: move;
  145. line-height: 13px;
  146. margin: 3px 0 3px 5px;
  147. padding: 3px 20px 3px 5px;
  148. position: relative;
  149. }
  150. .autocomplete-deluxe-item-delete {
  151. background: url("x.gif");
  152. display: block;
  153. font-size: 1px;
  154. height: 13px;
  155. position: absolute;
  156. right: 3px;
  157. top: 3px;
  158. width: 12px;
  159. }
  160. .autocomplete-deluxe-item-focus {
  161. background: none repeat scroll 0 0 #D4D4D4;
  162. }
  163. .autocomplete-deluxe-highlight-char {
  164. color: blue;
  165. font-weight: bold;
  166. }