MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 693: | Line 693: | ||
} | } | ||
/* */ | /* */ | ||
#jake-feedback | #ca-jake-feedback > a.jake-feedback-btn{ | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
padding: 6px | padding: 4px 10px; | ||
margin-left: 6px; | |||
border-radius: 6px; | border-radius: 6px; | ||
font-weight: 600; | font-weight: 600; | ||
| Line 705: | Line 706: | ||
} | } | ||
#jake-feedback | #ca-jake-feedback > a.jake-feedback-btn::before{ | ||
content: ""; | content: ""; | ||
width: | width: 14px; | ||
height: | height: 14px; | ||
flex: 0 0 | flex: 0 0 14px; | ||
background: currentColor; | background: currentColor; | ||
-webkit-mask: var(--jake-feedback-icon) center / contain no-repeat; | -webkit-mask: var(--jake-feedback-icon) center / contain no-repeat; | ||
| Line 715: | Line 716: | ||
} | } | ||
html.skin-theme-clientpref-night #jake-feedback | #ca-jake-feedback > a.jake-feedback-btn:hover, | ||
#ca-jake-feedback > a.jake-feedback-btn:focus{ | |||
filter: brightness(0.95); | |||
} | |||
html.skin-theme-clientpref-night #ca-jake-feedback > a.jake-feedback-btn{ | |||
background: #004080; | background: #004080; | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||