jquery.suggestions: Remove any highlights when hiding suggestions
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.icon.css
1 /* General-purpose icons via CSS. Classes here should be named "mw-icon-*". */
2
3 /* For the collapsed and expanded arrows, we also provide selectors to make it
4 * easy to use them with jquery.makeCollapsible. */
5 .mw-icon-arrow-collapsed,
6 .mw-collapsible-arrow.mw-collapsible-toggle-collapsed {
7 /* @embed */
8 background: url(images/arrow-collapsed-ltr.png) no-repeat left bottom;
9 }
10
11 .mw-icon-arrow-expanded,
12 .mw-collapsible-arrow.mw-collapsible-toggle-expanded {
13 /* @embed */
14 background: url(images/arrow-expanded.png) no-repeat left bottom;
15 }