mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 07:03:31 +08:00
fix(list): Additional focused CSS changes
This commit is contained in:
parent
8127e91ef0
commit
3e9e6b9faf
1 changed files with 6 additions and 0 deletions
|
@ -372,6 +372,12 @@ body.platform-win32 {
|
|||
.action {
|
||||
-webkit-filter: invert(100%) brightness(300%);
|
||||
}
|
||||
.action.action-archive {
|
||||
background: url(@archive-img) center no-repeat;
|
||||
}
|
||||
.action.action-trash {
|
||||
background: url(@trash-img) center no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
body.is-blurred {
|
||||
|
|
Loading…
Reference in a new issue