1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/css/notifications.css

35 lines
627 B
CSS
Raw Normal View History

.btnNotifications {
2014-07-17 18:21:35 -04:00
text-decoration: none !important;
2015-05-30 10:32:18 -04:00
outline: 0 !important;
2015-05-31 17:07:44 -04:00
vertical-align: middle;
2016-04-22 12:10:13 -04:00
width: auto;
2016-05-05 22:18:14 -04:00
margin: 0;
2016-05-17 01:45:06 -04:00
padding-top: 0;
padding-bottom: 0;
2014-06-22 01:52:31 -04:00
}
.btnNotificationsInner {
color: #fff;
2015-09-21 21:05:33 -04:00
font-weight: 500;
position: relative;
border-radius: 1000px;
2016-05-06 13:49:58 -04:00
background: #444;
2015-09-21 21:05:33 -04:00
line-height: 28px;
min-width: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
2013-07-06 17:23:32 -04:00
}
.levelNormal {
2016-05-06 13:49:58 -04:00
background-color: #43A047;
2013-07-06 17:23:32 -04:00
}
.levelWarning {
background-color: #FF7537;
2013-07-06 17:23:32 -04:00
}
.levelError {
background-color: #d14836;
2016-07-28 01:19:24 -04:00
}