jellyfin-web/dashboard-ui/css/notifications.css

35 lines
627 B
CSS
Raw Normal View History

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