Skip to content

Commit

Permalink
Merge pull request #27 from samtuke/master
Browse files Browse the repository at this point in the history
Swapped colours of .unconfirmedCount & .blacklistedCount as they were reversed
  • Loading branch information
tarekdj committed Jul 13, 2016
2 parents 18a0541 + 7f2b0f4 commit 4ee705b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Expand Up @@ -264,8 +264,8 @@ tr .listingname a:hover, tr .listingelement a:hover { text-decoration:none}
.panel table td { border-width:1px; border-style:solid; padding:4px}
.panel table th { text-align:center; font-weight:bold; background:url('../../dressprow/images/header-bg.gif') repeat-x; border-width:1px; border-style:solid; }
.memberCount { color: #0A0; }
.unconfirmedCount { color: #C55; }
.blacklistedCount { color: #FFA500; }
.unconfirmedCount { color: #FFA500; }
.blacklistedCount { color: #C55; }

/* drag and drop */
.save { background:url('../../dressprow/images/16x16/alert.png'); height:16px; width:16px; display:inline-block; margin-right:5px}
Expand Down

0 comments on commit 4ee705b

Please sign in to comment.