You are here

custom_search.css in Custom Search 6

Same filename and directory in other branches
  1. 7 custom_search.css
#elements tr.region-message {
  font-weight: normal;
  color: #999;
}
#elements tr.region-populated {
  display: none;
}

fieldset.custom_search-popup {
  display: none;
  position: absolute;
}

input.custom-search-default-value { color:#999;}
.element-invisible {
  height: 0;
  overflow: hidden;
  position: absolute;
}

File

custom_search.css
View source
  1. #elements tr.region-message {
  2. font-weight: normal;
  3. color: #999;
  4. }
  5. #elements tr.region-populated {
  6. display: none;
  7. }
  8. fieldset.custom_search-popup {
  9. display: none;
  10. position: absolute;
  11. }
  12. input.custom-search-default-value { color:#999;}
  13. .element-invisible {
  14. height: 0;
  15. overflow: hidden;
  16. position: absolute;
  17. }