MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
.gra-icon-copy { background-image: url('/images/copy.svg'); } | .gra-icon-copy { background-image: url('/images/copy.svg'); } | ||
.gra-icon-search { background-image: url('/images/search.svg'); } | .gra-icon-search { background-image: url('/images/search.svg'); } | ||
.gra-icon-dismiss { background-image: url('/images/close.svg'); } | |||
/* ══════════════════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════════════════ | ||
| Line 822: | Line 823: | ||
left: 0 !important; | left: 0 !important; | ||
right: 0 !important; | right: 0 !important; | ||
height: 52px !important; | height: 52px !important; | ||
flex-direction: row !important; | flex-direction: row !important; | ||
| Line 828: | Line 828: | ||
justify-content: space-around !important; | justify-content: space-around !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important; | box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important; | ||
z-index: 2147483646 !important; /* below native menu, above content */ | z-index: 2147483646 !important; /* below native menu, above content */ | ||
} | } | ||