mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Cleanup constants
This commit is contained in:
parent
87e214aef7
commit
0a95e2c6dc
11 changed files with 40 additions and 104 deletions
|
|
@ -55,17 +55,18 @@ html.rl-mobile {
|
|||
|
||||
/*
|
||||
.resizable::after {
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
height: 22px;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-color: #aaa;
|
||||
background-color: #aaa;
|
||||
bottom: 0;
|
||||
content: '';
|
||||
height: 22px;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
}
|
||||
.resizable::-webkit-resizer {
|
||||
background: #aaa;
|
||||
background: #aaa;
|
||||
background: rgba(255,255,255,0.5);
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue