MediaWiki:CustomTabs.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) Created page with "→For Template:CustomTabs: →Hide dummy infobox layout junk on desktop: aside.pi-theme-dummy, aside.pi-theme-dummy ~ aside.portable-infobox + p > br:first-child, aside.pi-theme-dummy ~ aside.portable-infobox + p:empty + p > br:first-child { display: none; } .custom-tabs { display: flex; flex-direction: row; gap: 5px; width: 100%; margin: 5px 0; flex-wrap: wrap; justify-content: space-evenly; > span { border-radius: 10px; display: flex;..." |
Added skin-theme-clientpref-os |
||
| Line 94: | Line 94: | ||
--inactive-tab-hover-color: var(--inactive-tab-color); | --inactive-tab-hover-color: var(--inactive-tab-color); | ||
.skin-theme-clientpref-night & { | .skin-theme-clientpref-night &, .skin-theme-clientpref-os & { | ||
--active-tab-color: var(--page-background-color); | --active-tab-color: var(--page-background-color); | ||
} | } | ||
} | } | ||