MediaWiki:Mobile.css: Difference between revisions

From ihaveahax's Site
Jump to navigationJump to search
m (1 revision imported)
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


#page-secondary-actions,
#page-secondary-actions/*,
.last-modified-bar,
.last-modified-bar,
#searchIcon,
#searchIcon,
#searchInput {
#searchInput*/ {
display: none;
display: none;
}
}

Latest revision as of 17:54, 18 December 2020

/* All CSS here will be loaded for users of the mobile site */

#page-secondary-actions/*,
.last-modified-bar,
#searchIcon,
#searchInput*/ {
	display: none;
}

.header-container.header-chrome {
	background-color: #CCD0E5;
}