diff --git a/couchpotato/core/media/show/_base/static/show.css b/couchpotato/core/media/show/_base/static/show.css index 6430bbe3..ec202402 100755 --- a/couchpotato/core/media/show/_base/static/show.css +++ b/couchpotato/core/media/show/_base/static/show.css @@ -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; }