MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 393: Line 393:
.infobox-tab {
.infobox-tab {
   padding: 0.4em 0.8em;
   padding: 0.4em 0.8em;
   border-radius: 4px 4px 0 0;
   border-radius: 8px 8px 0 0;
   background-color: var(--tab-bg, #e0e0e0);
   background-color: var(--tab-bg, #e0e0e0);
   cursor: pointer;
   cursor: pointer;
Line 408: Line 408:
   overflow-y: auto;
   overflow-y: auto;
   height: 6em;
   height: 6em;
   border-radius: 0 4px 4px 4px;
   border-radius: 0 8px 8px 8px;
}
}


Line 414: Line 414:
   background-color: var(--tab-active-bg, #d0d0d0);
   background-color: var(--tab-active-bg, #d0d0d0);
   padding: 0.4em 0.8em;
   padding: 0.4em 0.8em;
   border-radius: 4px;
   border-radius: 8px;
}
}