Skip to content

Commit

Permalink
Pending tags darker on tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre authored Sep 5, 2017
1 parent 568f268 commit 6efd98a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions public/css/tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,22 @@ td.tr-le, .error-text {
.tr-cat div.nyaa-cat { border-color: #232324!important; }
.torrent-preview-table > table { border: 2px solid #1a1a1d; }

.tag.pending { background: #1d6d90; color: #dadada; }
.tag.pending a.tag-form { color: white; border-left: none; }
.tag.pending a.tag-form.plus { background-color: #3f7137; }
.tag.pending a.tag-form.minus { background-color: #9e3131; font-weight: bold;}
.tag.pending {
background: #3c3c3c;
color: #c1c1c1;
border: 1px solid black;
}
.tag.pending a.tag-form {
color: white;
border-left: none;
}
.tag.pending a.tag-form.plus {
background-color: #3f7137;
}
.tag.pending a.tag-form.minus {
background-color: #9e3131;
font-weight: bold;
}
span.tag {
box-shadow: none;
}
Expand Down

0 comments on commit 6efd98a

Please sign in to comment.