Template:Search/style.css

From Ediaqi Wiki
Revision as of 14:46, 17 June 2024 by Leo (talk | contribs) (b)
.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;
}

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