mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
5 lines
112 B
CSS
5 lines
112 B
CSS
|
/* No rounded corners for modern skin */
|
||
|
#pt-notifications .mw-echo-notifications-badge {
|
||
|
border-radius: 0;
|
||
|
}
|