1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

username/password copy actions from vault list

This commit is contained in:
Kyle Spearrin
2016-09-13 19:46:48 -04:00
parent 348f5e7ef1
commit e987c13b7a
6 changed files with 49 additions and 14 deletions

View File

@@ -253,14 +253,24 @@
cursor: pointer;
float: right;
display: block;
padding: 10px 8px 10px 12px;
padding: 10px 8px 10px 8px;
background: none;
border: none;
&.disabled {
color: @text-disabled;
&:hover {
color: @text-disabled;
}
}
}
&.condensed {
padding: 3px 10px;
.btn-list {
padding: 8px 8px 8px 12px;
padding: 8px;
}
}

View File

@@ -8,6 +8,7 @@
@border-color: #f0f0f0;
@border-color-dark: #ddd;
@list-item-hover: #fbfbfb;
@text-disabled: #d2d6de;
@brand-primary: #3c8dbc;
@brand-danger: #dd4b39;