[TV] Minor adjustments to season item UI

This commit is contained in:
Dean Gardiner
2014-08-03 22:03:54 +12:00
parent b9c6d983e1
commit efe0a4af53

View File

@@ -616,7 +616,7 @@
.shows .options .table .item:nth-child(even) {
background: rgba(255,255,255,0.05);
}
.shows .options .table .item:not(.head):hover {
.shows .options .table .item:not(.head):not(.data):hover {
background: rgba(255,255,255,0.03);
}
@@ -717,6 +717,10 @@
transition: all .6s cubic-bezier(0.9,0,0.1,1);
}
.shows .list .episodes .item.data {
background: none;
}
.shows .list .episodes .item.data span.episode {
width: 40px;
padding: 0 10px;
@@ -734,6 +738,10 @@
bottom: auto;
}
.shows .list .episodes .item.season:hover {
background: none !important;
}
.shows .list .episodes .item.season .data {
padding-top: 4px;
padding-bottom: 4px;
@@ -748,14 +756,10 @@
}
.shows .list .episodes .item.season .data span.quality {
opacity: 0;
opacity: 0.6;
}
.shows .list .episodes .item.season:hover .data span.quality {
opacity: 0.6;
}
.shows .list .episodes .item.season .data span.quality:hover {
opacity: 1;
}