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:31:36 +0300
committerbrantje <brantje@gmail.com>2016-10-07 17:31:36 +0300
commit169596e965ff70799cd0d4d8243b8ad3c9dfcddf (patch)
treeb3913ed3d429ee7b74b27fcef4df343872ee022b /templates
parent73b114a3ff48a4eefd999696bc191972450dce7c (diff)
Fix tab theming
Diffstat (limited to 'templates')
-rw-r--r--templates/views/settings.html3
-rw-r--r--templates/views/share_credential.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/views/settings.html b/templates/views/settings.html
index 2c168605..5db1f96e 100644
--- a/templates/views/settings.html
+++ b/templates/views/settings.html
@@ -16,7 +16,8 @@
<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>{{tab.title}}</li>
+ ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}</li>
+ <div class="indicator" use-theme negative="'true'"></div>
</ul>
<div class="tab_container edit_credential">
diff --git a/templates/views/share_credential.html b/templates/views/share_credential.html
index d5eb5c3b..3e9593dc 100644
--- a/templates/views/share_credential.html
+++ b/templates/views/share_credential.html
@@ -17,7 +17,8 @@
<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>{{tab.title}}</li>
+ ng-click="onClickTab(tab)" use-theme color="'true'">{{tab.title}}</li>
+ <div class="indicator" use-theme negative="'true'"></div>
</ul>
<div class="tab_container share_credential">