mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix windows restart
This commit is contained in:
parent
4ef47844d8
commit
257a7d2879
18 changed files with 221 additions and 141 deletions
|
@ -135,10 +135,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.barsMenuButton:hover {
|
||||
opacity: .5 !important;
|
||||
}
|
||||
|
||||
.libraryMenuButtonText {
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
|
@ -236,10 +232,6 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.headerButtonRight:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.viewMenuLink:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -374,11 +366,11 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.libraryDocument .sidebarLinkNotifications {
|
||||
.dashboardDocument .lnkMySync {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dashboardDocument .lnkMySync {
|
||||
.dashboardDocument .dashboardEntryHeaderButton {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
@ -390,6 +382,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
body:not(.dashboardDocument) .btnNotifications{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.darkDrawer {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
|
|
|
@ -5,31 +5,34 @@
|
|||
margin: 0 !important;
|
||||
float: right;
|
||||
vertical-align: middle;
|
||||
min-width: 4.1em;
|
||||
}
|
||||
|
||||
.btnNotificationsInner {
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
display: none;
|
||||
font-weight: 500;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
padding: 3px 8px;
|
||||
top: -8px;
|
||||
border-radius: 1000px;
|
||||
background: #444;
|
||||
line-height: 28px;
|
||||
min-width: 30px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.levelNormal {
|
||||
background-color: #4d90fe;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.levelWarning {
|
||||
background-color: #FF7537;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.levelError {
|
||||
background-color: #d14836;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.flyoutNotification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue