MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
make better |
m fix again |
||
| (One intermediate revision by the same user not shown) | |||
| Line 62: | Line 62: | ||
/* Align icon opacity with skin default */ | /* Align icon opacity with skin default */ | ||
.mw-logo-icon { | .mw-logo-icon { | ||
opacity: | opacity: 1; | ||
filter: | filter: none !important; | ||
} | } | ||
| Line 223: | Line 223: | ||
gap: var(--space-sm); | gap: var(--space-sm); | ||
font-weight: var(--font-weight-bold); | font-weight: var(--font-weight-bold); | ||
} | |||
.mw-logo-icon { | |||
filter: none; | |||
} | } | ||
| Line 274: | Line 277: | ||
button { | button { | ||
transition: all 200ms ease; | transition: all 200ms ease; | ||
border-color: var(--woa-primary); | border-color: var(--woa-primary) !important; | ||
color: white; | color: white !important; | ||
background-color: var(--woa-primary); | background-color: var(--woa-primary) !important; | ||
position: relative; | |||
overflow: visible; | |||
} | } | ||
| Line 282: | Line 287: | ||
.mw-ui-progressive:hover, | .mw-ui-progressive:hover, | ||
button:hover { | button:hover { | ||
background-color: var(--woa-secondary); | background-color: var(--woa-primary) !important; | ||
border-color: var(--woa- | border-color: var(--woa-secondary) !important; | ||
box-shadow: 0 | color: white !important; | ||
box-shadow: 0 0 16px rgba(0, 147, 212, 0.6), 0 0 24px rgba(0, 147, 212, 0.3) !important; | |||
animation: none !important; | |||
} | |||
.mw-ui-button:active, | |||
.mw-ui-progressive:active, | |||
button:active { | |||
background-color: var(--woa-dark) !important; | |||
border-color: var(--woa-dark) !important; | |||
box-shadow: 0 0 8px rgba(0, 147, 212, 0.4) !important; | |||
} | } | ||