1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

[lib decrypt] redesigned it

This commit is contained in:
llj
2018-12-22 13:42:45 +08:00
parent ff163bf80d
commit 42996f2d53
2 changed files with 26 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
.lib-decrypt-form .intro {
color: #464646;
font-size: 1.3em;
}
.lib-decrypt-form .password-input {
width: 50%;
margin: 0 auto;
}
.lib-decrypt-form .submit {
width: 50%;
margin: 1.5em auto 1em;
background: -webkit-linear-gradient(top, #fafafb, #eeeeee);
background: -moz-linear-gradient(top, #fafafb, #eeeeee);
background: linear-gradient(top, #fafafb, #eeeeee);
font-weight: normal;
}
.lib-decrypt-form .submit:hover {
background: #fff;
}