autocomplete_deluxe.css 5.9 KB

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