mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 10:27:35 +01:00
Further improvements in tag handling and rendering
This commit is contained in:
@@ -99,6 +99,10 @@ $cardViewBasePadding: 10px;
|
||||
|
||||
.view {
|
||||
|
||||
&.archived {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.cardDetailToolbar {
|
||||
|
||||
ul {
|
||||
|
||||
@@ -46,6 +46,17 @@
|
||||
&:before {
|
||||
content: "tag";
|
||||
}
|
||||
|
||||
span.tagLabel {
|
||||
}
|
||||
|
||||
span.tagCount {
|
||||
background-color: gray;
|
||||
font-size: 10pt;
|
||||
margin-left: 10px;
|
||||
padding: 0px 4px;
|
||||
@include border-radius(4px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,5 +79,14 @@
|
||||
}
|
||||
|
||||
.showArchivedCards {
|
||||
font-size: 12pt;
|
||||
|
||||
span.count {
|
||||
background-color: gray;
|
||||
font-size: 10pt;
|
||||
margin-left: 10px;
|
||||
padding: 0px 4px;
|
||||
@include border-radius(4px);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user