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

21 Dec
2015
21 Dec
'15
12:30 a.m.
commit 71ac1a8fa849d4b98ff822ef4d27e5907269ba60 Author: MehrabKamrani <mk.zizou@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;
3475
Age (days ago)
3475
Last active (days ago)
0 comments
1 participants
participants (1)
-
nima@torproject.org