mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
made tv links clickable
This commit is contained in:
parent
afe5161947
commit
55ff795d36
26 changed files with 114 additions and 13 deletions
|
@ -7,6 +7,11 @@
|
|||
padding-top: 35px !important;
|
||||
}
|
||||
|
||||
.headerArrowImage {
|
||||
height: 24px;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
background: #444;
|
||||
background-image: linear-gradient(#444,#2d2d2d);
|
||||
|
@ -635,7 +640,6 @@ a.itemTag:hover {
|
|||
padding: 3px 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
color: #fff;
|
||||
|
||||
background: rgb(0, 143, 187);
|
||||
background: rgba(0, 143, 187, .8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue