Slightly different bright colors

This commit is contained in:
Johannes Zellner
2024-12-16 18:16:27 +01:00
parent 74679b4b41
commit 58e5f96eda
2 changed files with 5 additions and 7 deletions

View File

@@ -387,11 +387,7 @@
<div class="content">
<h1 class="section-header">
{{ 'profile.title' | tr }}
<button class="btn btn-default btn-outline" ng-click="logout($event)"><i class="fa fa-sign-out"></i> {{ 'main.logout' | tr }}</button>
</h1>
<h1 class="section-header">{{ 'profile.title' | tr }}</h1>
<div class="card">
<div style="display: flex; flex-wrap: wrap;">
<div style="width: 150px;">
@@ -448,6 +444,7 @@
<div style="flex-grow: 1;"></div>
<button class="btn btn-primary" ng-click="passwordchange.show()" ng-hide="user.source">{{ 'profile.changePasswordAction' | tr }}</button>
<button class="btn" uib-tooltip="{{ (user.source && config.external2FA) ? ('profile.enable2FANotAvailable' | tr) : '' }}" ng-disabled="user.source && config.external2FA" ng-class="user.twoFactorAuthenticationEnabled ? 'btn-danger' : 'btn-success'" ng-click="twoFactorAuthentication.show()">{{ user.twoFactorAuthenticationEnabled ? 'profile.disable2FAAction' : 'profile.enable2FAAction' | tr }}</button>
<button class="btn btn-primary" ng-click="logout($event)"><i class="fa fa-sign-out"></i> {{ 'main.logout' | tr }}</button>
</div>
</div>