1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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;
}
}