MediaWiki:Gadget-GrAnnotations.css: Difference between revisions

No edit summary
No edit summary
Line 348: Line 348:
.gra-btn-cancel:hover { background: #f5f5f5; }
.gra-btn-cancel:hover { background: #f5f5f5; }
.gra-btn-submit {
.gra-btn-submit {
   background: #1a73e8;
   background: transparent;
   color: #fff;
   color: #B14A2E;
   border: none;
   border: none;
   cursor: pointer;
   cursor: pointer;
   font-size: 13px;
   font-size: 14px;
   font-family: inherit;
   font-family:"Noto Sans Devanagari";
   font-weight: 500;
   font-weight: 500;
   padding: 6px 16px;
   padding: 8px 12px;
   border-radius: 4px;
   border-radius: 4px;
  gap: 8px;
   transition: background 0.15s;
   transition: background 0.15s;
}
}
.gra-btn-submit:hover { background: #1557b0; }
.gra-btn-submit:hover { background: #8A351F; }
.gra-btn-submit:disabled { background: #c5d8f8; cursor: default; }
.gra-btn-submit:disabled { opacity: 0.4;
  cursor: not-allowed; }


/* ── Note cards ── */
/* ── Note cards ── */
Line 492: Line 494:
.gra-bm-composer-label {
.gra-bm-composer-label {
   font-weight: 600;
   font-weight: 600;
   color: #202124;
   color: #1C1A17;
   font-size: 13px;
   font-size: 16px;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: 8px;
   gap: 8px;
  font-family: "Noto Sans Devanagari"
}
.gra-bm-composer-label .gra-icon {
filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(894%) hue-rotate(357deg) brightness(97%) contrast(92%);
}
}