MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,142: | Line 1,142: | ||
outline: none; | outline: none; | ||
box-shadow: 0 0 3px rgba(245, 196, 0, 0.6); /* Yellow glow on focus */ | box-shadow: 0 0 3px rgba(245, 196, 0, 0.6); /* Yellow glow on focus */ | ||
} | |||
/* fix tab text color */ | |||
.ooo-card .tabber__tab a { | |||
color: inherit !important; | |||
text-decoration: none; | |||
} | |||
.ooo-card .tabber__tab--active a { | |||
color: inherit !important; | |||
} | } | ||