diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 11:11:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 11:11:37 +0100 |
commit | a05ea0fb1eac58e313b1acde1d15356539490c4e (patch) | |
tree | c7edd3dc2a003a3f59b41e70698fdaecaadf6d9e /core/css | |
parent | f000edb63619d31745bee0fed460fcf84256ab3d (diff) | |
download | nextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.tar.gz nextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.zip |
remove unneeded icons from input fields to not distract from submit button, fix #18940
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index abefd2748b2..1368d8bfa58 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -585,30 +585,6 @@ input[type="submit"].enabled { color: #ccc; } -/* Icons for username and password fields to better recognize them */ -#adminlogin, -#adminpass, -input[name='adminpass-clone'], -#user, -#password, -input[name='password-clone'] { - width: 223px !important; - padding-left: 36px !important; -} -#adminlogin+label+img, -#adminpass-icon, -#user+label+img, -#password-icon { - position: absolute; - left: 16px; - top: 22px; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; - opacity: .3; -} -#adminpass-icon, #password-icon { - top: 17px; -} - /* General new input field look */ #body-login input[type="text"], #body-login input[type="password"], @@ -1204,4 +1180,3 @@ fieldset.warning legend + p, fieldset.update legend + p { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } - |