[tor-commits] [webwml/staging] remove the box-shadow of other amount input
nima at torproject.org
nima at torproject.org
Sat Dec 26 06:27:16 UTC 2015
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