mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust sync defaults when sync is supported
This commit is contained in:
parent
d4abbd5560
commit
962908d145
2 changed files with 36 additions and 20 deletions
|
@ -8,23 +8,27 @@
|
|||
}
|
||||
|
||||
.btnNotificationsInner {
|
||||
color: #aaa;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
font-weight: 300;
|
||||
display: none;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
padding: 5px 10px;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
.levelNormal {
|
||||
color: #4d90fe;
|
||||
background-color: #4d90fe;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.levelWarning {
|
||||
color: #FF7537;
|
||||
background-color: #FF7537;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.levelError {
|
||||
color: #d14836;
|
||||
background-color: #d14836;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue