#container { position: relative; }
-.small_icon {
- vertical-align: middle;
- margin-right: $lineheight * 0.25;
-}
-
/* Rules for icons */
.icon {
/* Rules for search sidebar */
#sidebar .search_results_entry {
- ul li.selected {
- background: $list-highlight;
- }
-
.search_more .loader {
display: none;
}
.query-results {
display: none;
-
- ul {
- li {
- &.query-result {
- cursor: pointer;
- }
- }
- }
}
}