fixes #943 - Add web client filtering by genres, parental ratings, tags and years

This commit is contained in:
Luke Pulverenti 2014-11-09 23:20:11 -05:00
parent 31c16972b0
commit a1535a341b
30 changed files with 592 additions and 394 deletions

View file

@ -91,7 +91,7 @@
.visualCardBox-b {
border-radius: 3px;
background: #111;
background: rgb(51, 51, 51);
}
.cardScalable {
@ -130,18 +130,6 @@
right: 0;
}
/*.cardContent:hover {
-moz-box-shadow: 0 0 0 5px #38c;
-webkit-box-shadow: 0 0 0 5px #38c;
box-shadow: 0 0 0 5px #38c;
}*/
.alternateHover:hover .cardContent {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.cardContent:hover .cardImage {
opacity: .5;
}