[TV] Minor adjustments to season item UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user