mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix web project
This commit is contained in:
parent
e103daf46c
commit
740e8a62a8
5 changed files with 15 additions and 9 deletions
|
@ -1,9 +1,17 @@
|
|||
.btnNotifications {
|
||||
text-decoration: none !important;
|
||||
position: absolute;
|
||||
top: 25px !important;
|
||||
right: 10px !important;
|
||||
padding: 0 !important;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.btnNotifications:hover {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.btnNotificationsInner {
|
||||
text-decoration: none !important;
|
||||
vertical-align: middle;
|
||||
border-radius: 1000px;
|
||||
padding: 6px 10px 5px;
|
||||
|
@ -136,4 +144,4 @@
|
|||
|
||||
.imgNotificationWarning .imgNotificationInner {
|
||||
background-image: url(images/notifications/error.png);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue