mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Strip unused CSS
This commit is contained in:
parent
26015aaf18
commit
8273111e65
5 changed files with 3 additions and 33 deletions
|
|
@ -10,15 +10,6 @@
|
|||
100% {background-position: 60px 0;}
|
||||
}
|
||||
|
||||
.e-strip-animation {
|
||||
background-size: 60px 60px;
|
||||
background-image: linear-gradient(135deg, #000 25%, #fff 25%,
|
||||
#fff 50%, #000 50%, #000 75%,
|
||||
#fff 75%, #fff);
|
||||
animation: animate-stripes 2s linear infinite;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
|
||||
.button-delete-transitions {
|
||||
|
|
|
|||
|
|
@ -111,15 +111,6 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.line-loading {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 102;
|
||||
height: 0;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.b-content {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
|
|
@ -405,10 +396,6 @@ html.rl-ctrl-key-pressed .messageListItem {
|
|||
}
|
||||
}
|
||||
|
||||
html .messageList .line-loading {
|
||||
height: 5px !important;
|
||||
}
|
||||
|
||||
#messagesDragImage {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
|
|
|
|||
|
|
@ -215,10 +215,6 @@
|
|||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.line-loading {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
|
||||
cursor: pointer;
|
||||
padding: 10px 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue