You are here

custom_search.css in Custom Search 7

Same filename and directory in other branches
  1. 6 custom_search.css
input.custom-search-default-value {
  color: #999;
}

#elements tr.region-message {
  font-weight: normal;
  color: #999;
}

#elements tr.region-populated {
  display: none;
}

fieldset.custom_search-popup {
  display: none;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 1;
  background-color: #fff;
}

File

custom_search.css
View source
  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. }