Matmarex has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77571


Change subject: ext.echo.special: Cross-skin adjustments
......................................................................

ext.echo.special: Cross-skin adjustments

Out of the default MW skins these only seem to affect CologneBlue.

* Reset padding and list-style-image on ul#mw-echo-special-container
  ourselves, do not rely on the skin doing it
* Use transparent background on .mw-echo-notification (and
  semi-transparent black on hover) instead of solid white and
  light grey to accomodate colored skin backgrounds

Change-Id: I2c178627e4dbe889c4958afc41e4969aaa45a717
---
M modules/special/ext.echo.special.css
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/71/77571/1

diff --git a/modules/special/ext.echo.special.css 
b/modules/special/ext.echo.special.css
index 27cdc19..22d471b 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 @@
        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;

-- 
To view, visit https://gerrit.wikimedia.org/r/77571
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c178627e4dbe889c4958afc41e4969aaa45a717
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to