Template:MainPageInfopush.css: Difference between revisions

From VRChat Wiki
(Usr 578aa632-439b-4c41-9266-776323ba9ad2 changed the content model of the page Template:MainPageInfopush.css from "wikitext" to "CSS")
Tag: content model change
No edit summary
Line 1: Line 1:
 
.infopush-nav-item {
pointer-events: auto;
height: 100%;
cursor: pointer;
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
filter: invert(1);
background-size: 2rem;
background-repeat: no-repeat;
background-position: center;
}

Revision as of 02:53, 29 July 2024

.infopush-nav-item {
	pointer-events: auto;
	height: 100%;
	cursor: pointer;
	background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
	filter: invert(1);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: center;
}