Template:Search/style.css: Difference between revisions

From Ediaqi Wiki
(b)
No edit summary
Line 13: Line 13:
box-sizing: border-box;
box-sizing: border-box;
border-radius: 999px 0 0 999px;
border-radius: 999px 0 0 999px;
border: none;
}
}



Revision as of 14:46, 17 June 2024

.search-box-main-page{
	display: grid;
	place-items: center;
}
.search-box-main-page .mw-ui-button{
	margin-left: -0.3em;
	border-radius: 0 999px 999px 0;
	border: none;
	background: #8ddcdf;
}

.search-box-main-page *{
	box-sizing: border-box;
	border-radius: 999px 0 0 999px;
	border: none;
}

.search-box-main-page input:focus{
	outline: none;
}