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

Fixed minor rendering issue when selecting a card

This commit is contained in:
Giulio Cesare Solaroli
2015-07-27 17:26:59 +02:00
parent 1517c52b25
commit 0ed0b33ecd
3 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ div.cardList {
&.loadingCard {
li.selected {
background-color: gray;
border-bottom: 1px solid gray;
}
}