Kaldari has uploaded a new change for review.

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


Change subject: Hedging my bets
......................................................................

Hedging my bets

Making monobook's text-transform not apply to notification flyout.
Unfortunately, 2 overrides are needed since the monobook selector
is doubly applied to the notifications (ul inside a ul)

Bug: 47652
Change-Id: I2600b5836ea7bca59d9089d8bb7e69a6aaeca6a4
---
M modules/overlay/ext.echo.overlay.css
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/modules/overlay/ext.echo.overlay.css 
b/modules/overlay/ext.echo.overlay.css
index 2695c20..ff28326 100644
--- a/modules/overlay/ext.echo.overlay.css
+++ b/modules/overlay/ext.echo.overlay.css
@@ -29,10 +29,10 @@
        margin: 0;
        padding: 0;
        overflow: auto;
-       /* Override for Monobook */
+       /* Overrides for Monobook */
        text-align: left;
+       text-transform: none;
 }
-
 #p-personal .mw-echo-overlay li.mw-echo-notification {
        background-color: #F0F0F0;
        display: block;

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

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

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

Reply via email to