mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
improved blockquote switcher design
This commit is contained in:
parent
e4b0d43b3d
commit
d26fb2db05
1 changed files with 4 additions and 4 deletions
|
@ -348,13 +348,13 @@ html.rl-bottom-preview-pane #V-MailMessageView .top-toolbar {
|
|||
|
||||
.sm-bq-switcher > summary {
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
width: 3em;
|
||||
line-height: 1em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
line-height: 1em;
|
||||
margin: 2em 0 10px;
|
||||
opacity: 0.5;
|
||||
padding: 0 0.5em;
|
||||
text-align: center;
|
||||
width: fit-content;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue