diff --git a/sass/credentials.scss b/sass/credentials.scss index 36aea562..e74a94c8 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -40,10 +40,10 @@ //width: 100%; #app-content-wrapper { min-height: 95%; - //display: block; display:flex; //hack for missing separatorbar when app-sidebar is opened height: calc(100vh - 49px); + #passman-controls { text-align: center; &.sidebar-shown { @@ -173,7 +173,7 @@ background-color: #f8f8f8; } td { - cursor: pointer !important; + cursor: pointer; padding: 5px; border-bottom: 1px solid #eeeeee; .icon { @@ -191,7 +191,7 @@ opacity: 0.4; height: 20px; width: 32px; - cursor: pointer !important; + cursor: pointer; } .icon-more:hover { opacity: 1; @@ -254,7 +254,7 @@ padding: 2px; flex-direction: column; width: 100%; - cursor: pointer !important; + cursor: pointer; font-size: 1.75em; text-align: center; .label { @@ -383,7 +383,7 @@ font-size: 13px; width: 15%; i { - cursor: pointer !important; + cursor: pointer; } } td, th { @@ -602,7 +602,7 @@ font-size: 14px; border: 1px solid #ddd; background-color: lighten(#ddd, 5%); - cursor: pointer !important; + cursor: pointer; @include border-left-radius(6px); //img { // height: 16px; diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html index e956f610..d73d5a48 100644 --- a/templates/views/show_vault.html +++ b/templates/views/show_vault.html @@ -6,10 +6,10 @@
- {{active_vault.name}} + {{active_vault.name}}
- {{ 'New' | translate}} + {{ 'New' | translate}}