1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

light skin for self hosted instances

This commit is contained in:
Kyle Spearrin
2017-09-19 17:34:20 -04:00
parent 84a36a18d6
commit 6af0e62976
5 changed files with 36 additions and 23 deletions

View File

@@ -4,6 +4,7 @@ angular
.controller('mainController', function ($scope, $state, authService, appSettings, toastr, $window, $document,
cryptoService, $uibModal, apiService) {
var vm = this;
vm.skinClass = appSettings.selfHosted ? 'skin-blue-light' : 'skin-blue';
vm.bodyClass = '';
vm.usingControlSidebar = vm.openControlSidebar = false;
vm.searchVaultText = null;

View File

@@ -59,8 +59,6 @@
</li>
<li class="treeview" ng-class="{active: $state.is('backend.user.shared')}">
<a ui-sref="backend.user.shared">
<small class="label pull-right bg-orange">NEW</small>
<i class="fa fa-share-alt fa-fw"></i> <span>Shared</span>
</a>
</li>