[tor-commits] [webwml/staging] remove the box-shadow of other amount input

nima at torproject.org nima at torproject.org
Mon Dec 21 00:30:46 UTC 2015


commit 71ac1a8fa849d4b98ff822ef4d27e5907269ba60
Author: MehrabKamrani <mk.zizou at gmail.com>
Date:   Fri Dec 18 09:32:02 2015 +0800

    remove the box-shadow of other amount input
---
 css/donate-style.css |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/css/donate-style.css b/css/donate-style.css
index bc17e98..6dad54b 100644
--- a/css/donate-style.css
+++ b/css/donate-style.css
@@ -11,6 +11,10 @@ input[type="radio"]:focus,
 input[type="checkbox"]:focus {
       outline: none;
 }
+.form-control {
+	-webkit-box-shadow: none;
+        	box-shadow: none;
+}
 .form-control:focus {
 	border-color: #875ca4;
 	outline: 0;





More information about the tor-commits mailing list