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:
authorSander <sbrand@exed.nl>2016-09-14 16:09:55 +0300
committerSander <sbrand@exed.nl>2016-09-14 16:09:55 +0300
commit30c653af78bd82aca845ea8903e4ab2cb31581a9 (patch)
tree096a70c7dedb1c5991aae56e69e8d9aa59e6729d /templates/views/partials/forms/edit_credential/custom_fields.html
parentf37226d8cda684ebdf9dd720348f89ea014dc646 (diff)
Add use-theme directive, add tooltips
Diffstat (limited to 'templates/views/partials/forms/edit_credential/custom_fields.html')
-rw-r--r--templates/views/partials/forms/edit_credential/custom_fields.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/partials/forms/edit_credential/custom_fields.html b/templates/views/partials/forms/edit_credential/custom_fields.html
index 14ebd01c..e7590496 100644
--- a/templates/views/partials/forms/edit_credential/custom_fields.html
+++ b/templates/views/partials/forms/edit_credential/custom_fields.html
@@ -20,7 +20,7 @@
<div class="col-xs-12 table">
<table>
<thead>
- <tr>
+ <tr use-theme>
<th class="field_label">Label</th>
<th class="field_value">Value</th>
<th class="field_secret">Confidential</th>