MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 905: Line 905:
}
}


/* Strong isolated styling for the dismissable notice */
#siteNotice.icelist-anon-donate .icelist-notice-table {
#siteNotice.icelist-anon-donate {
  border-radius: 12px;
    border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden; /* REQUIRED for rounded corners on tables */
}
}