Home/styles.css: Difference between revisions
< Home
Jump to navigation
Jump to search
PanchamBro (talk | contribs) (PanchamBro changed the content model of the page Home/styles.css from "wikitext" to "Sanitized CSS") Tag: content model change |
PanchamBro (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { | |||
background-color: #458db9 !important; | background-color: #458db9 !important; | ||
} | } | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { | |||
color: #e6e6e6 !important; | color: #e6e6e6 !important; | ||
} | } | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label { | |||
color: #000 !important; | color: #000 !important; | ||
} | } | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget { | |||
border: 1px solid #000 !important; | border: 1px solid #000 !important; | ||
} | } |
Revision as of 11:59, 18 July 2023
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background-color: #458db9 !important; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { color: #e6e6e6 !important; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label { color: #000 !important; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget { border: 1px solid #000 !important; } a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { color: #4A31FF; }