MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */


li.pi-tab-link.pi-item-spacing {
.pi-tab-link {
border-radius: var(--border-radius--medium);
border-radius: var(--border-radius--medium);
}
.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
  border-bottom-width: 2px;
}
}

Latest revision as of 07:15, 2 January 2023

/* All CSS here will be loaded for users of the Citizen skin */

.pi-tab-link {
	border-radius: var(--border-radius--medium);
}

.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
   border-bottom-width: 2px;
}