custom_search.css 315 B

123456789101112131415161718192021
  1. input.custom-search-default-value {
  2. color: #999;
  3. }
  4. #elements tr.region-message {
  5. font-weight: normal;
  6. color: #999;
  7. }
  8. #elements tr.region-populated {
  9. display: none;
  10. }
  11. fieldset.custom_search-popup {
  12. display: none;
  13. position: absolute;
  14. top: auto;
  15. margin: 0;
  16. z-index: 1;
  17. background-color: #fff;
  18. }