MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
* gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) | * gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) | ||
*/ | */ | ||
/* ══════════════════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════════════════ | ||
| Line 161: | Line 142: | ||
.gra-tab .gra-icon { width: 16px; height: 16px; opacity: 0.5; } | .gra-tab .gra-icon { width: 16px; height: 16px; opacity: 0.5; } | ||
.gra-tab:hover { color: #333; } | .gra-tab:hover { color: #333; } | ||
.gra-tab.gra-tab-active { color: # | .gra-tab.gra-tab-active { color: #B14A2E; border-bottom-color: #B14A2E; } | ||
.gra-tab.gra-tab-active .gra-icon { | .gra-tab.gra-tab-active .gra-icon { | ||
opacity: 1; | opacity: 1; | ||
filter: invert( | filter: invert(33%) sepia(52%) saturate(1104%) hue-rotate(333deg) brightness(93%) contrast(90%);} | ||
} | |||
#gra-panel-body { | #gra-panel-body { | ||
| Line 500: | Line 480: | ||
.gra-bm-composer.gra-composer-visible { display: flex; } | .gra-bm-composer.gra-composer-visible { display: flex; } | ||
.gra-bm-composer-label { | .gra-bm-composer-label { | ||
color: #1C1A17; | color: #1C1A17; | ||
font-size: 16px; | font-size: 16px; | ||
| Line 506: | Line 485: | ||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
} | } | ||
.gra-bm-composer-label .gra-icon, .gra-composer-header .gra-icon | .gra-bm-composer-label .gra-icon, .gra-composer-header .gra-icon, .gra-tab .gra-icon, .gra-note-card .gra-icon, .gra-bookmark-card .gra-icon {filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(894%) hue-rotate(357deg) brightness(97%) contrast(92%); | ||
filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(894%) hue-rotate(357deg) brightness(97%) contrast(92%); | |||
} | } | ||