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

hiro at torproject.org hiro at torproject.org
Wed Jan 25 16:18:19 UTC 2017


commit c8781234f91253294ab120b860dd3204899b447c
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