Ejegg has uploaded a new change for review.

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

Change subject: Style inputs missing 'type' like text inputs
......................................................................

Style inputs missing 'type' like text inputs

Since they default to appearing as text boxes

Change-Id: I1a0da890b8d86ba8e78f520ed026fdeec55e5ed6
---
M globalcollect_gateway/forms/css/gc.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/44/182344/1

diff --git a/globalcollect_gateway/forms/css/gc.css 
b/globalcollect_gateway/forms/css/gc.css
index b9e1200..e41373d 100644
--- a/globalcollect_gateway/forms/css/gc.css
+++ b/globalcollect_gateway/forms/css/gc.css
@@ -177,6 +177,7 @@
 div.donor { width: 100% !important; }
 
 #payflow-table-donor input[type="text"],
+#payflow-table-donor input:not([type]),
 #payflow-table-donor input[type="email"],
 #payflow-table-donor select {
   background-color: #f6f6f6;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a0da890b8d86ba8e78f520ed026fdeec55e5ed6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>

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

Reply via email to