4,554
edits
No edit summary |
No edit summary |
||
Line 2,162: | Line 2,162: | ||
position: fixed; | position: fixed; | ||
padding: 6px 12px; | padding: 6px 12px; | ||
background-color: | background-color: #f9f9f9; /* light grey/white */ | ||
color: | color: #111; /* black text */ | ||
font-size: 13px; | font-size: 13px; | ||
border: 1px solid #ccc; /* slightly darker grey border */ | |||
border-radius: 4px; | border-radius: 4px; | ||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* soft translucent shadow, mostly bottom */ | |||
pointer-events: none; | pointer-events: none; | ||
opacity: 0; | opacity: 0; |