MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 514: | Line 514: | ||
} | } | ||
.gra-bookmark-highlight:hover { background: rgba(26, 115, 232, 0.22); } | .gra-bookmark-highlight:hover { background: rgba(26, 115, 232, 0.22); } | ||
/* Footnote highlight — yellow tint */ | |||
.gra-qe-footnote-highlight { | |||
background: rgba(251, 188, 4, 0.28); | |||
border-radius: 2px; | |||
cursor: pointer; | |||
transition: background 0.15s; | |||
} | |||
.gra-qe-footnote-highlight:hover, | |||
.gra-qe-footnote-highlight.gra-hl-active { | |||
background: rgba(251, 188, 4, 0.5); | |||
outline: 1.5px solid #fbbc04; | |||
} | |||
/* ══════════════════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════════════════ | ||