mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
report app usage to server
This commit is contained in:
parent
1c0b553e3d
commit
ee9f68f14f
3 changed files with 25 additions and 13 deletions
|
@ -59,10 +59,23 @@
|
|||
}
|
||||
|
||||
.libraryMenuButton {
|
||||
left: 0;
|
||||
opacity: .8;
|
||||
opacity: .95;
|
||||
}
|
||||
|
||||
.libraryMenuButton img {
|
||||
border: 1px solid #444 !important;
|
||||
padding: .5em;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.libraryMenuButton:hover {
|
||||
opacity: 1!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton img:hover {
|
||||
background-color: #38c;
|
||||
}
|
||||
|
||||
.libraryMenuButtonText {
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
|
@ -70,7 +83,11 @@
|
|||
font-size: 15px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: .5em;
|
||||
line-height: 51px;
|
||||
padding-left: 0 !important;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue