mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
added list buttons to vault and view site
This commit is contained in:
@@ -195,19 +195,21 @@
|
||||
background-color: @list-item-hover;
|
||||
}
|
||||
|
||||
&.condensed {
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: block;
|
||||
color: @text-color;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.detail {
|
||||
font-size: @font-size-small;
|
||||
color: @gray-light;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
label, .item-label {
|
||||
@@ -218,6 +220,21 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.btn-list {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
display: block;
|
||||
padding: 10px 8px 10px 12px;
|
||||
}
|
||||
|
||||
&.condensed {
|
||||
padding: 3px 10px;
|
||||
|
||||
.btn-list {
|
||||
padding: 8px 8px 8px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
input:not([type="checkbox"]), select, textarea {
|
||||
border: none;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user