From f64a8fa4e8e2e9c8e07cc562185b93e161fbef69 Mon Sep 17 00:00:00 2001 From: llj Date: Sat, 22 Dec 2018 14:57:42 +0800 Subject: [PATCH] [lib decrypt] modification --- frontend/src/components/dialog/lib-decrypt-dialog.js | 2 +- frontend/src/css/lib-decrypt.css | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/dialog/lib-decrypt-dialog.js b/frontend/src/components/dialog/lib-decrypt-dialog.js index be37b8a040..cfb2fcb1b0 100644 --- a/frontend/src/components/dialog/lib-decrypt-dialog.js +++ b/frontend/src/components/dialog/lib-decrypt-dialog.js @@ -64,7 +64,7 @@ class LibDecryptDialog extends React.Component {

{gettext('Wrong password')}

} - +

{'* '}{gettext('The password will be kept in the server for only 1 hour.')}

diff --git a/frontend/src/css/lib-decrypt.css b/frontend/src/css/lib-decrypt.css index 5b1bf04de7..fb5316005e 100644 --- a/frontend/src/css/lib-decrypt.css +++ b/frontend/src/css/lib-decrypt.css @@ -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; }