mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-19 21:07:03 +01:00
Highlighted selected items in the selection panel.
Also added some improvements suggested here: http://www.luster.io/blog/9-29-14-mobile-web-checklist.html
This commit is contained in:
@@ -220,6 +220,8 @@ $cardViewBasePadding: 10px;
|
||||
|
||||
.content {
|
||||
.cardLabel {
|
||||
@include user-select(text);
|
||||
|
||||
font-size: 24pt;
|
||||
padding: $cardViewBasePadding;
|
||||
}
|
||||
@@ -258,6 +260,7 @@ $cardViewBasePadding: 10px;
|
||||
|
||||
.fieldValue {
|
||||
font-size: 18pt;
|
||||
@include user-select(text);
|
||||
|
||||
&.hidden {
|
||||
font-family: clipperz-password;
|
||||
|
||||
Reference in New Issue
Block a user