MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 907: Line 907:
/* Rounded corners + subtle elevation for dismissable site notice */
/* Rounded corners + subtle elevation for dismissable site notice */
#siteNotice > .mw-dismissable-notice {
#siteNotice > .mw-dismissable-notice {
   border-radius: 14px;
   border-radius: 10px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   box-shadow: 0 1px 3px rgba(0,0,0,0.06);
   background: #f3f3f3;
   background: #f3f3f3;
   overflow: hidden;
   overflow: hidden;
}
}