Wire mail action bar buttons
This commit is contained in:
parent
0e47f8c61f
commit
e8029a177c
3 changed files with 113 additions and 25 deletions
8
frontend-js/dist/style.css
vendored
8
frontend-js/dist/style.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue