This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Echo
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Echo
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced
2024-11-28 17:50:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef99d1c279
mediawiki-extensions-Echo
/
modules
/
alert
/
ext.echo.alert.modern.css
5 lines
79 B
CSS
Raw
Normal View
History
Unescape
Escape
Echo: Better support for non-default skins, as well as no Javascript This provides some rudimentary styling support to make Echo usable with the Modern skin. It also fixes the Notifications special page so it is styled correctly in Modern, CologneBlue, or with Javascript turned off. Also some more tweaks for Monobook skin. Retiring the 'feedback' link from the special page, per PM. Bug: 47932 Change-Id: I633a93a78f5a78d0642a3a059fa6f7208f99cec4
2013-06-02 20:04:29 +00:00
/* No rounded corners for modern skin */
alert: Make selectors less overly specific and clean up js Follows-up 383a818. * There is no need for the additional element ("a") or descendant ("#pt-mytalk") selector. It isn't overrriding anything, only hardcodes details that make it harder to maintain or extend this stylesheet. For example, there is a gadget that makes user messages green instead of orange, it now was required to hardcode the "#pt-mytalk a" part of the selector eventhough those are subject to change. Separation of concerns. * Cache/reuse the jQuery object instead of executing the same query to the document, again. It also avoids a potential bug where the second query matches different elements (e.g. after appending alertMessage, there could potentially be an additional nested anchor link; there isn't now though, as the message is plain text). * Add comment about weird echoNewMsgAlertDisplayed variable. Change-Id: I682182fe15a868969f25fa5bfe2412e2a6f3dddf
2013-09-24 00:10:58 +00:00
.
mw-echo-alert
{
Echo: Better support for non-default skins, as well as no Javascript This provides some rudimentary styling support to make Echo usable with the Modern skin. It also fixes the Notifications special page so it is styled correctly in Modern, CologneBlue, or with Javascript turned off. Also some more tweaks for Monobook skin. Retiring the 'feedback' link from the special page, per PM. Bug: 47932 Change-Id: I633a93a78f5a78d0642a3a059fa6f7208f99cec4
2013-06-02 20:04:29 +00:00
border-radius
:
0
;
}
Reference in a new issue
Copy permalink