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 17:34:59 +0300
committerbrantje <brantje@gmail.com>2016-10-07 17:34:59 +0300
commit45de59895937b118e205431d6d3713a7911473f4 (patch)
treecfae728d797e4774e859b7929a9dcd381a73f1d8 /templates
parent169596e965ff70799cd0d4d8243b8ad3c9dfcddf (diff)
Fix tab theming
Diffstat (limited to 'templates')
-rw-r--r--templates/views/settings.html6
-rw-r--r--templates/views/share_credential.html6
2 files changed, 8 insertions, 4 deletions
diff --git a/templates/views/settings.html b/templates/views/settings.html
index 5db1f96e..bdd080d8 100644
--- a/templates/views/settings.html
+++ b/templates/views/settings.html
@@ -16,8 +16,10 @@
<ul class="tab_header">
<li ng-repeat="tab in tabs track by $index" class="tab"
ng-class="{active:isActiveTab(tab)}"
- ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}</li>
- <div class="indicator" use-theme negative="'true'"></div>
+ ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}
+ <div class="indicator" use-theme negative="'true'"></div>
+ </li>
+
</ul>
<div class="tab_container edit_credential">
diff --git a/templates/views/share_credential.html b/templates/views/share_credential.html
index 3e9593dc..09861947 100644
--- a/templates/views/share_credential.html
+++ b/templates/views/share_credential.html
@@ -17,8 +17,10 @@
<ul class="tab_header">
<li ng-repeat="tab in tabs track by $index" class="tab"
ng-class="{active:isActiveTab(tab)}"
- ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}</li>
- <div class="indicator" use-theme negative="'true'"></div>
+ ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}
+ <div class="indicator" use-theme negative="'true'"></div>
+ </li>
+
</ul>
<div class="tab_container share_credential">