Fixed minor rendering issue when selecting a card

master-GE
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

@ -2861,7 +2861,8 @@ span.count {
background-color: red; }
div.cardList.loadingCard li.selected {
background-color: gray; }
background-color: gray;
border-bottom: 1px solid gray; }
div.cardList ul {
background-color: #1863a1; }
div.cardList ul li {

File diff suppressed because one or more lines are too long

View File

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