mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-15 12:39:28 +08:00
15 lines
274 B
Text
15 lines
274 B
Text
.notifications-sticky .notifications-sticky-item {
|
|
background-color: @accent;
|
|
line-height: 50px;
|
|
border: none;
|
|
}
|
|
|
|
.sidebar-activity {
|
|
background: darken(@sidebar, 5%);
|
|
color: @active-sidebar-text;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sidebar-activity .item {
|
|
border: none;
|
|
}
|