MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Put font path in quotes to try to prevent clipping that started happening after the upgrade to PHP 8.4 |
Can we fix the tabber active color issue? |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 188: | Line 188: | ||
.tabber__panel { | .tabber__panel { | ||
min-width: 0; | min-width: 0; | ||
} | |||
.tabber__tab[aria-selected="true"], .tabber__tab[aria-selected="true"]:visited { | |||
color: #e8d18c; | |||
} | } | ||
| Line 263: | Line 267: | ||
{ | { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.mp-classContainer | .mp-classContainer | ||
{ | { | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: 8px; | padding: 8px; | ||