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
a7fbb53584
mediawiki-extensions-Echo
/
modules
/
alert
/
ext.echo.alert.modern.css
5 lines
91 B
CSS
Raw
Normal View
History
Unescape
Escape
ext.echo.alert: Restore orange background on Monobook Core styles for Monobook include high-specificity background: transparent; rule for #p-personal li a, we need to match it to set our background. Also change hover behavior: switch to a deeper orange instead of default white, similarly to how the badge already behaves. Partially reverts I682182fe. Bug: 56214 Change-Id: I9f343264c395ecf09c1e34e03d208ec2119fb622
2013-10-27 14:29:03 +00:00
/* No rounded corners for Modern skin */
#
pt-mytalk
a
.
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