1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01:00

Fixed tag editor layout. Behaviour still incomplete, though.

This commit is contained in:
Giulio Cesare Solaroli
2015-02-13 16:44:18 +01:00
parent 182e9eb00f
commit 6141a7fce3
8 changed files with 138 additions and 49 deletions

View File

@@ -229,6 +229,14 @@ $cardViewBasePadding: 10px;
background-color: #eee;
}
}
input, textarea {
@include placeholder {
font-style: italic;
color: #ccc;
// font-weight:100;
}
}
}
}