Merge "Clear shallowFallbacks in LocalisationCache::unload"
[mediawiki.git] / resources / mediawiki / mediawiki.icon.css
blobf61b72578a49610c95f1271e306866e7e8cd07ec
1 /* General-purpose icons via CSS. Classes here should be named "mw-icon-*". */
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;
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;