r105416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105415‎ | r105416 | r105417 >
Date:05:03, 7 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Add a small shadow for the webfonts menu.
Remove an unwanted css style definition.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.css (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.css
@@ -33,9 +33,6 @@
3434 direction: ltr;
3535 float: left;
3636 }
37 -div.webfontMenuFocus {
38 - background-position: -22px 60%;
39 -}
4037
4138 /* @noflip */
4239 body.rtl div.webfontMenu ul li {
@@ -74,6 +71,9 @@
7572 position: absolute;
7673 background-color: white;
7774 border: solid 1px silver;
 75+ -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 76+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 77+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
7878 border-top-width: 0;
7979 list-style: none;
8080 list-style-image: none;

Status & tagging log