"Krinkle" posted a comment on MediaWiki.r107689.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107689#c28749

Commit summary for MediaWiki.r107689:

when nothing to undo or redo, grey out appropriate buttons - fix bug #33112, 
based on patch from [email protected]

Krinkle's comment:

<pre>+  -moz-opacity: 0.25;</pre>
This was last supported in Mozilla 1.7  (Firefox 0.9) and removed in Gecko 
1.9.1 (Firefox 3.5), so we probably don't need that.

<pre>+  filter:alpha(opacity=25);</pre>
Is hasLayout already enforced by other means ? Otherwise we need a hack here to 
do so as filter declarations for IE don't work for elements without hasLayout 
(if I recall correctly)

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

Reply via email to