custom_search.css in Custom Search 7
Same filename and directory in other branches
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.cssView source
- 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;
- }