mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-15 20:48:01 +08:00
16 lines
274 B
Text
16 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;
|
||
|
}
|