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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 16:38:23 +0300
committerbrantje <brantje@gmail.com>2016-10-07 16:38:23 +0300
commitca590057b5125d4810d17f85020a29a6457aa4a0 (patch)
treebc4d5108f85f2d365df936658576c96385048411 /css/app.css
parente8df9295ed1c2e8513288f1663f8aeec99451f46 (diff)
Change vault password, minor fixes
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index d0e9e987..e5e7df55 100644
--- a/css/app.css
+++ b/css/app.css
@@ -509,6 +509,9 @@
padding-left: 0px;
padding-right: 15px; }
+.error {
+ color: #ce3702; }
+
.import_log {
max-height: 600px;
overflow-y: auto; }