MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 693: | Line 693: | ||
} | } | ||
/* */ | /* */ | ||
#jake-feedback-btn.jake-feedback-btn{ | #jake-feedback-btn.jake-feedback-btn{ | ||
display: inline-flex; | display: inline-flex; | ||
| Line 705: | Line 698: | ||
gap: 8px; | gap: 8px; | ||
padding: 6px 10px; | padding: 6px 10px; | ||
border-radius: 6px; | |||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none; | ||
background: #004080; | |||
background: | color: #fff !important; | ||
color: # | |||
} | } | ||
| Line 724: | Line 713: | ||
-webkit-mask: var(--jake-feedback-icon) center / contain no-repeat; | -webkit-mask: var(--jake-feedback-icon) center / contain no-repeat; | ||
mask: var(--jake-feedback-icon) center / contain no-repeat; | mask: var(--jake-feedback-icon) center / contain no-repeat; | ||
} | } | ||
html.skin-theme-clientpref-night #jake-feedback-btn.jake-feedback-btn{ | html.skin-theme-clientpref-night #jake-feedback-btn.jake-feedback-btn{ | ||
background | background: #004080; | ||
color: #fff !important; | |||
} | } | ||