mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
fix: MessageView edit button
This commit is contained in:
parent
4fe9cc5523
commit
93c6a4f122
1 changed files with 15 additions and 0 deletions
|
|
@ -382,7 +382,9 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .btn.btn-transparent {
|
#rl-app .btn.btn-transparent {
|
||||||
|
background: unset !important;
|
||||||
border: unset !important;
|
border: unset !important;
|
||||||
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .btn:hover,
|
#rl-app .btn:hover,
|
||||||
|
|
@ -603,6 +605,19 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-MailMessageView .messageView .b-message.selected .message-fixed-button-toolbar .btn.buttonEdit {
|
||||||
|
padding: 4px 8px;
|
||||||
|
min-height: 28px;
|
||||||
|
height: 28px;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-MailMessageView .messageView .b-message.selected .message-fixed-button-toolbar .btn.buttonEdit:hover,
|
||||||
|
#rl-app #V-MailMessageView .messageView .b-message.selected .message-fixed-button-toolbar .btn.buttonEdit:focus,
|
||||||
|
#rl-app #V-MailMessageView .messageView .b-message.selected .message-fixed-button-toolbar .btn.buttonEdit:active {
|
||||||
|
opacity: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* inputs
|
* inputs
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue