Added cursor:pointer to passman-control

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2018-10-13 12:51:46 +02:00 committed by fnuesse
parent 2bd9dcf28e
commit 4c864c55be
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 8 additions and 8 deletions

View file

@ -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;

View file

@ -6,10 +6,10 @@
<a ng-click="logout()"><i class="fa fa-home"></i></a>
</div>
<div class="crumb svg" ng-click="clearState()">
<span>{{active_vault.name}}</span>
<a>{{active_vault.name}}</a>
</div>
<div class="crumb svg last" ng-hide="delete_time>0">
<span ng-click="addCredential()">{{ 'New' | translate}}</span>
<a ng-click="addCredential()">{{ 'New' | translate}}</a>
</div>
</div>
</div>