12345678910111213141516171819 |
- 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;
- }
|