Skip to content

Commit

Permalink
Changed foreground displayShowTable and summary opacity to 0.9, 0.8 i…
Browse files Browse the repository at this point in the history
…s too transparent. (#844)
  • Loading branch information
p0psicles committed Aug 2, 2016
1 parent 2785afd commit 13ab40b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gui/slick/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,11 @@ span.snatched b {

.displayShowTableFanArt.display_show {
clear:both;
opacity: 0.8;
opacity: 0.9;
}

.summaryFanArt {
opacity: 0.9;
}

.displayShowTableFanArt th.row-seasonheader {
Expand All @@ -1189,10 +1193,6 @@ span.snatched b {
color: rgb(255, 255, 255) !important;
}

.summaryFanArt {
opacity: 0.8 !important;
}

.tablesorterFanArt {
background-color: transparent !important;
}
Expand Down

0 comments on commit 13ab40b

Please sign in to comment.