mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix box shadow on slider
This commit is contained in:
parent
2193d06363
commit
dd7390d111
2 changed files with 6 additions and 6 deletions
|
@ -1454,7 +1454,7 @@ a .season-episodes-card-overlay:hover {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 10px 20px 10px;
|
padding: 0 10px 25px 10px;
|
||||||
}
|
}
|
||||||
.home-platforms-instance-list li {
|
.home-platforms-instance-list li {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
@ -1613,12 +1613,13 @@ a .home-platforms-instance-list-oval:hover,
|
||||||
width: 320px;
|
width: 320px;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 129px;
|
top: 128px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
border-right: 1px solid rgba(255,255,255,.1);
|
webkit-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
||||||
border-bottom: 1px solid rgba(255,255,255,.1);
|
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
||||||
border-left: 1px solid rgba(255,255,255,.1);
|
box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
clip: rect(1px, 324px, 1000px, -2px);
|
||||||
}
|
}
|
||||||
.history-table-title {
|
.history-table-title {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
@ -536,7 +536,6 @@ DOCUMENTATION :: END
|
||||||
|
|
||||||
topZIndex++;
|
topZIndex++;
|
||||||
instanceBoxChevron.toggleClass('active');
|
instanceBoxChevron.toggleClass('active');
|
||||||
instanceBoxSlider.toggleClass('slider-open');
|
|
||||||
instanceBoxSlider.css('z-index', topZIndex);
|
instanceBoxSlider.css('z-index', topZIndex);
|
||||||
instanceBoxSlider.stop().slideToggle(500);
|
instanceBoxSlider.stop().slideToggle(500);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue