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: column;
   flex-direction: row;
  gap: 4px;
   background: #000000 !important;
   background: #fff;
    border: none !important;
  border: 1px solid #e0e0e0;
    border-radius: 12px !important;
  border-radius: 24px;
    padding: 5px 4px !important;
  padding: 6px 5px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    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; }