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