Wire mail action bar buttons

This commit is contained in:
DonVoo 2026-07-13 12:06:41 +02:00
parent 0e47f8c61f
commit e8029a177c
3 changed files with 113 additions and 25 deletions

View file

@ -231,6 +231,14 @@ body.ol2013 {
border-color: #ff9d34;
}
.action-btn.muted { color: #d7e8f5; }
.action-btn:disabled {
cursor: default;
opacity: .58;
}
.action-btn:disabled:hover {
background: transparent;
border-color: transparent;
}
.action-separator {
width: 1px;
height: 26px;