This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/custom_search/custom_search.css

20 lines
No EOL
322 B
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;
}