MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
z-index: 10200; | z-index: 10200; | ||
display: none; | display: none; | ||
flex-direction: | flex-direction: row; | ||
background: #000000 !important; | |||
background: # | border: none !important; | ||
border-radius: 12px !important; | |||
padding: 5px 4px !important; | |||
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08) !important; | |||
gap: 20px !important; | |||
padding: 16px !important; | |||
} | } | ||
#gra-fab.gra-fab-visible { display: flex; } | #gra-fab.gra-fab-visible { display: flex; } | ||
| Line 49: | Line 50: | ||
position: relative; | position: relative; | ||
transition: background 0.15s; | transition: background 0.15s; | ||
} | |||
.gra-fab-btn-label { | |||
font-family: Noto Sans Devanagari UI; | |||
font-weight: 400; | |||
font-size: 12px; | |||
line-height: 100%; | |||
letter-spacing: 0%; | |||
} | } | ||
.gra-fab-btn:hover { background: #f5f5f5; } | .gra-fab-btn:hover { background: #f5f5f5; } | ||