Bmansurov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/203218

Change subject: Make sure the upload button cursor is a pointer in firefox
......................................................................

Make sure the upload button cursor is a pointer in firefox

Change-Id: I178e576f4e4e929cad17418b68552333e549c5f6
---
M less/pageactions.less
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/18/203218/1

diff --git a/less/pageactions.less b/less/pageactions.less
index 8740c3e..6969f3e 100644
--- a/less/pageactions.less
+++ b/less/pageactions.less
@@ -95,9 +95,11 @@
                }
                input {
                        display: block;
+                       // this rule has to be here (and not combined with the 
webkit rule below) for it to work on firefox
+                       cursor: pointer;
                }
                // webkit-file-upload-button for pointer cursor in chrome.
-               input, ::-webkit-file-upload-button {
+               ::-webkit-file-upload-button {
                        cursor: pointer;
                }
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/203218
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I178e576f4e4e929cad17418b68552333e549c5f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <bmansu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to