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>2017-01-12 01:55:28 +0300
committerbrantje <brantje@gmail.com>2017-01-12 02:17:23 +0300
commita8ae7e0bdaf9c88a05df4f7de26292baa7c03736 (patch)
tree8de1e153e1ae70e74f971a18768bdccd090d3b3f /css/app.css
parentabe26ea906badd13c896147f29b87f8575e9fed0 (diff)
Implement delete vault
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 01c4364e..5908447e 100644
--- a/css/app.css
+++ b/css/app.css
@@ -750,6 +750,9 @@
cursor: pointer;
/* "hand" cursor */ }
+.btn-danger {
+ color: #fff; }
+
/**
* Nextcloud - passman
*
@@ -876,6 +879,9 @@
width: 90%;
height: 200px; }
+.tab_container.settings {
+ margin-bottom: 50px; }
+
#app-settings-content:not(.ng-hide) {
height: 90px;
display: inherit !important;