From 5733031bcd1fc94b8cbe03bd82b0d989fac542dd Mon Sep 17 00:00:00 2001 From: fnuesse Date: Tue, 8 Jan 2019 21:04:03 +0100 Subject: [PATCH] Added compromised stlye to credentiallist Signed-off-by: fnuesse --- sass/credentials.scss | 8 ++++++++ templates/views/show_vault.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sass/credentials.scss b/sass/credentials.scss index d5816e72..dbcde808 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -214,6 +214,14 @@ &.selected { background-color: #f8f8f8; } + + .compromised { + background-color: #f74040; + } + .compromised:hover { + background-color: darken(#f74040, 4%); + } + td { cursor: pointer; padding: 5px; diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html index f1359f68..aaa6ebd0 100644 --- a/templates/views/show_vault.html +++ b/templates/views/show_vault.html @@ -41,9 +41,9 @@ ng-if="view_mode === 'list'"> - + {{ ::tag.text}}