diff --git a/js/app/directives/icon.js b/js/app/directives/icon.js index 646dec01..72efc923 100644 --- a/js/app/directives/icon.js +++ b/js/app/directives/icon.js @@ -32,7 +32,7 @@ angular.module('passmanApp').directive('credentialIcon', [ '$window', function($window) { return { - template: '', + template: '', restrict: 'E', scope: { credential: '=', @@ -55,4 +55,4 @@ } }; }]); -}()); \ No newline at end of file +}()); diff --git a/js/templates.js b/js/templates.js index 34c2e989..21eb2d3d 100644 --- a/js/templates.js +++ b/js/templates.js @@ -107,7 +107,7 @@ angular.module('views/partials/forms/share_credential/link_sharing.html', []).ru angular.module('views/partials/icon-picker.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/partials/icon-picker.html', - '
'); + '
'); }]); angular.module('views/partials/password-meter.html', []).run(['$templateCache', function($templateCache) { @@ -131,7 +131,7 @@ angular.module('views/share_credential.html', []).run(['$templateCache', functio angular.module('views/show_vault.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/show_vault.html', - '
{{ \'use.regex\' | translate }}
{{ ::tag.text}} {{ ::credential.label}} {{ \'compromised.warning.list\' | translate}}
{{\'vault.hint.hello\' | translate}}
{{\'vault.hint.hello.add\' | translate}}
{{ \'vault.hint.list.notags\' | translate}}
{{ \'vault.hint.list.nosearch\' | translate}} \'{{filterOptions.filterText}}\'
{{ \'vault.hint.list.nogood\' | translate}}
{{ \'vault.hint.list.nomedium\' | translate}}
{{ \'vault.hint.list.nobad\' | translate}}
{{ \'vault.hint.list.noexpired\' | translate}}
{{ \'vault.hint.list.nodeleted\' | translate}}
{{ \'use.regex\' | translate }}
{{ ::tag.text}} {{ ::credential.label}} {{ \'compromised.warning.list\' | translate}}
{{\'vault.hint.hello\' | translate}}
{{\'vault.hint.hello.add\' | translate}}
{{ \'vault.hint.list.notags\' | translate}}
{{ \'vault.hint.list.nosearch\' | translate}} \'{{filterOptions.filterText}}\'
{{ \'vault.hint.list.nogood\' | translate}}
{{ \'vault.hint.list.nomedium\' | translate}}
{{ \'vault.hint.list.nobad\' | translate}}
{{ \'vault.hint.list.noexpired\' | translate}}
{{ \'vault.hint.list.nodeleted\' | translate}}
'); }]); diff --git a/sass/credentials.scss b/sass/credentials.scss index f12d7b28..b1ea62a4 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -28,7 +28,7 @@ } //fix for different heights of passwordicon -.icon-image{ +.icon-image-size{ width: 16px; } @@ -53,7 +53,7 @@ display: inline-block; .sidebar-icon { margin-right: 15px; - .icon-image{ + .icon-image-size{ width: 44px; } i { diff --git a/sass/menu.scss b/sass/menu.scss index 8d849417..77e8e997 100644 --- a/sass/menu.scss +++ b/sass/menu.scss @@ -125,6 +125,7 @@ } a { overflow: visible; + padding-left: 44px!important; tags-input { opacity: 1.0; li { diff --git a/sass/partials/tabs.scss b/sass/partials/tabs.scss index 3ba79aa7..acb63152 100644 --- a/sass/partials/tabs.scss +++ b/sass/partials/tabs.scss @@ -25,11 +25,23 @@ flex-direction: column; min-height: 0; flex: 1 1 100%; + z-index: 51; + background: var(--color-main-background); } -.app-sidebar-tabs__nav ul { - display: flex; - justify-content: stretch; +.app-sidebar-tabs__nav { + background: var(--color-background-hover); + + ul { + display: flex; + justify-content: stretch; + } +} + +.theme--dark { + .app-sidebar-tabs__nav { + background: var(--color-background-darker); + } } .app-sidebar-tabs__tab.active { diff --git a/templates/views/partials/icon-picker.html b/templates/views/partials/icon-picker.html index 6373a1df..8252b884 100644 --- a/templates/views/partials/icon-picker.html +++ b/templates/views/partials/icon-picker.html @@ -1,6 +1,6 @@ -
+
-
+
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html index 442540bf..183f73af 100644 --- a/templates/views/show_vault.html +++ b/templates/views/show_vault.html @@ -152,7 +152,7 @@ - +