Template:Infotabs/styles.css: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 19: Line 19:


.infotabs .tabber__indicator{
.infotabs .tabber__indicator{
background: burlywood none repeat scroll 0% 0%
background: darkgoldenrod none repeat scroll 0% 0%;
}
}

Revision as of 22:16, 11 September 2023

.infotabs .tabber__tab{
	flex-grow:1;
	justify-content:center;
	font-weight: normal;
	color: burlywood !important;
}

.infotabs .tabber__header{
	margin-bottom: 1em;
	box-shadow: none !important;
}

.infotabs .tabber__tab[aria-selected="true"]{
	font-weight:bold;
}
.infotabs .tabber__tab[aria-selected="false"]{
	color: #777 !important;
}

.infotabs .tabber__indicator{
	background: darkgoldenrod none repeat scroll 0% 0%;
}