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

[lib decrypt] modification

This commit is contained in:
llj
2018-12-22 14:57:42 +08:00
parent 42996f2d53
commit f64a8fa4e8
2 changed files with 1 additions and 8 deletions

View File

@@ -9,11 +9,4 @@
.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;
}