1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00

[2fa] login: improved UI

This commit is contained in:
llj
2017-12-27 12:01:56 +08:00
parent 06894e3e52
commit 472e421fe8
2 changed files with 19 additions and 10 deletions

View File

@@ -227,9 +227,6 @@ a.normal {font-weight: normal;}
a:focus, a:hover {
color: #eb8205;
}
a.black {
color:#322;
}
a.table-sort-op {
color:inherit;
font-weight:normal;
@@ -660,6 +657,19 @@ textarea:-moz-placeholder {/* for FF */
background:transparent;
border:0;
}
/**** btn with link styles ****/
.sf-link-btn {
color:#eb8205;
border:none;
padding:0;
background:none;
}
.sf-link-btn:focus,
.sf-link-btn:hover {
color:#eb8205;
background:none;
text-decoration:underline;
}
/*******ui widgets**************/
/**** path ****/
@@ -3829,9 +3839,6 @@ img.thumbnail {
.input.two-factor-auth-login-token-input {
margin-bottom:15px;
}
.two-factor-auth-login-no-phone {
margin-top:3rem;
}
#id_generator-token,
#id_sms-number,
#id_validation-token {/* token input */