r85647 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85646‎ | r85647 | r85648 >
Date:22:02, 7 April 2011
Author:kaldari
Status:deferred
Tags:
Comment:
fixing cursor for thumbnail that doesnt link
Modified paths:
  • /trunk/extensions/UploadWizard/resources/uploadWizard.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/uploadWizard.css
@@ -92,6 +92,10 @@
9393 cursor: pointer;
9494 }
9595
 96+#mwe-upwiz-stepdiv-file .mwe-upwiz-visible-file {
 97+ cursor: auto !important;
 98+}
 99+
96100 /* file inputs are freakishly large to overflow the containing div -- we get a div
97101 that can act as a more styleable single-click file input */
98102 .mwe-upwiz-file-input, .disabler {

Status & tagging log