4,092
edits
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
#mw-searchoptions { | #mw-searchoptions { | ||
display: none; | display: none; | ||
} | |||
/* Don't display 3 vertical lines. This is loading of Mediawiki*/ | |||
.mw-indicators { | |||
display: none; | |||
} | |||
/* Don't display loading load spinner. This is loading of Semantic Mediawiki*/ | |||
.smw-overlay-spinner { | |||
display: none; | |||
} | } | ||