|
|
| Line 2: |
Line 2: |
| * gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) | | * gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) |
| */ | | */ |
|
| |
| /* ── Icon base ──────────────────────────────────────────────────── */
| |
| .gra-icon {
| |
| display: inline-block;
| |
| width: 20px;
| |
| height: 20px;
| |
| background-size: contain;
| |
| background-repeat: no-repeat;
| |
| background-position: center;
| |
| flex-shrink: 0;
| |
| }
| |
| /* comment.svg → Feedback (flag/report) */
| |
| .gra-icon-feedback { background-image: url('/images/feedback.svg'); }
| |
| /* notes.svg → Notes */
| |
| .gra-icon-note { background-image: url('/images/notes.svg'); }
| |
| .gra-icon-bookmark { background-image: url('/images/bookmark.svg'); }
| |
| .gra-icon-copy { background-image: url('/images/copy.svg'); }
| |
| .gra-icon-search { background-image: url('/images/search.svg'); }
| |
| .gra-icon-dismiss { background-image: url('/images/close.svg'); }
| |
|
| |
|
| /* ══════════════════════════════════════════════════════════════════ | | /* ══════════════════════════════════════════════════════════════════ |