Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/auto-login-popup.css')
-rw-r--r--css/auto-login-popup.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/auto-login-popup.css b/css/auto-login-popup.css
index 222742d..37d5a5f 100644
--- a/css/auto-login-popup.css
+++ b/css/auto-login-popup.css
@@ -71,7 +71,8 @@ input[type="text"], input[type="password"], select.input-md {
display: block;
width: 100%;
border: none;
- border-bottom: 1px solid #757575; }
+ border-bottom: 1px solid #757575;
+ background: #fff !important; }
input:focus, select.input-md:focus {
outline: none; }