mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Add new "Move to folder" button
This commit is contained in:
parent
2c3881abc6
commit
f0e9d1a6d5
14 changed files with 312 additions and 182 deletions
|
|
@ -4,6 +4,21 @@
|
|||
|
||||
.b-folders {
|
||||
|
||||
.move-action-content-wrapper {
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
opacity: 0.05;
|
||||
background-color: #fff;
|
||||
background-size: 60px 60px;
|
||||
background-image: linear-gradient(135deg, #000 25%, transparent 25%,
|
||||
transparent 50%, #000 50%, #000 75%,
|
||||
transparent 75%, transparent);
|
||||
}
|
||||
|
||||
&.focused .b-content {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue