MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 909: Line 909:
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   overflow: hidden; /* REQUIRED for rounded corners on tables */
   overflow: hidden; /* REQUIRED for rounded corners on tables */
}
#siteNotice.icelist-anon-donate .icelist-notice-table td {
  background: #f3f3f3;
}
#siteNotice.icelist-anon-donate .icelist-notice-table {
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}
}