diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-09-23 00:41:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-09-23 00:41:43 +0200 |
commit | a321be15df167f71cc0a5d26b25be20258debc74 (patch) | |
tree | 81c183968f9c7259457a61dacf5cfcf7aa385170 /core/css/styles.css | |
parent | b7c8691d80f49495800b390c8573851e8f37b6bc (diff) | |
download | nextcloud-server-a321be15df167f71cc0a5d26b25be20258debc74.tar.gz nextcloud-server-a321be15df167f71cc0a5d26b25be20258debc74.zip |
fix visual glitch, do not use black border for input fields
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index a02a9df11d2..c1aedc3be57 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -193,7 +193,6 @@ input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; } #body-login input[type="text"], #body-login input[type="password"], #body-login input[type="email"] { - border: 1px solid #323233; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.25) inset; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.25) inset; box-shadow: 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.25) inset; |