diff --git a/modules/special/ext.echo.special.css b/modules/special/ext.echo.special.css index 27cdc19a9..22d471b07 100644 --- a/modules/special/ext.echo.special.css +++ b/modules/special/ext.echo.special.css @@ -53,7 +53,8 @@ } ul#mw-echo-special-container { - list-style: none; + list-style: none none; + padding: 0; margin: 30px 0 0 0; max-width: 600px; } @@ -61,10 +62,12 @@ ul#mw-echo-special-container { padding: 15px 35px 10px 0; } #mw-echo-special-container .mw-echo-notification { - background-color: white; + background-color: transparent; } #mw-echo-special-container .mw-echo-notification:hover { + /* Fallback for IE<=8 */ background-color: #F6F6F6; + background-color: rgba(0, 0, 0, 0.035); } #mw-echo-special-container .mw-echo-notification.mw-echo-unread .mw-echo-title { font-weight: bold;