MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,209: | Line 1,209: | ||
border:2px solid rgba(245,196,0,0.75) !important; | border:2px solid rgba(245,196,0,0.75) !important; | ||
background:rgba(245,196,0,0.12) !important; | background:rgba(245,196,0,0.12) !important; | ||
} | |||
/* ========================================================= | |||
OOO INFOBOX VARIANT TABS (square style) | |||
========================================================= */ | |||
.ooo-infobox-tabwrap .tabber__tab{ | |||
border-radius:0 !important; | |||
} | |||
.ooo-infobox-tabwrap .tabber__tab > a{ | |||
border-radius:0 !important; | |||
} | |||
/* remove rounded active outline */ | |||
.ooo-infobox-tabwrap .tabber__tab[aria-selected="true"]{ | |||
border-radius:0 !important; | |||
} | } | ||