diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-06 12:17:13 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-06 12:17:13 +0200 |
commit | c1dfdbbbb48a51630a030b528eb549277801d9ad (patch) | |
tree | 4ce837e1e7de660e193e484cd2e4201c27042bea | |
parent | 9411ba2acdc498a5aca6632896f9c998081aa8c9 (diff) | |
download | nextcloud-server-c1dfdbbbb48a51630a030b528eb549277801d9ad.tar.gz nextcloud-server-c1dfdbbbb48a51630a030b528eb549277801d9ad.zip |
fix enlarged caret on installation page
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index be70fe3cce4..26aaa1be944 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -519,8 +519,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } } #body-login #showAdvanced > img { - height: 16px; - width: 16px; padding: 4px; box-sizing: border-box; } |