Template:Search/style.css: Difference between revisions

From Ediaqi Wiki
(bo)
No edit summary
Line 6: Line 6:
margin-left: -0.3em;
margin-left: -0.3em;
border-radius: 0 999px 999px 0;
border-radius: 0 999px 999px 0;
border: none;
}
}


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

Revision as of 14:45, 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;
}

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

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