mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 {
|
.sm-bq-switcher > summary {
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
display: block;
|
|
||||||
width: 3em;
|
|
||||||
line-height: 1em;
|
|
||||||
text-align: center;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
line-height: 1em;
|
||||||
margin: 2em 0 10px;
|
margin: 2em 0 10px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
padding: 0 0.5em;
|
||||||
|
text-align: center;
|
||||||
|
width: fit-content;
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue