MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 729: | Line 729: | ||
.cdx-menu-item__icon svg, | .cdx-menu-item__icon svg, | ||
.cdx-menu-item__icon path { fill: #202124 !important; filter: none !important; } | .cdx-menu-item__icon path { fill: #202124 !important; filter: none !important; } | ||
/* ── Script switcher bar ────────────────────────────────────────*/ | |||
.gr-script-bar { | |||
margin: 0 0 20px; | |||
font-size: 0.8em; | |||
color: #888; | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
flex-wrap: wrap; | |||
} | |||
.gr-script-label { | |||
font-family: system-ui, sans-serif; | |||
color: #aaa; | |||
} | |||
.gr-script-btn { | |||
font-family: 'Adishila', 'Noto Serif Devanagari', serif; | |||
color: #c0392b !important; | |||
text-decoration: underline dotted !important; | |||
cursor: pointer; | |||
} | |||
.gr-script-btn.active { | |||
color: #888 !important; | |||
text-decoration: none !important; | |||
cursor: default; | |||
} | |||