Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Increase fade of disabled cards
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Mar 30, 2017
1 parent 7d3d0cf commit e83457e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/pepite/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
}

.panel.panel-disabled {
border-color: #ecf0f1;
border-color: #fbfcfc;
cursor: not-allowed;
}

.panel-disabled > .panel-heading {
color: #798d8f;
background-color: #ecf0f1;
border-color: #ecf0f1;
color: #e4e8e8;
background-color: #fbfcfc;
border-color: #fbfcfc;
}

0 comments on commit e83457e

Please sign in to comment.