mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Updated: ckeditor 4.5.3, jquery 1.11.3, openpgpjs 1.2.0
OpenPGP decrypt fix + Small fixes
This commit is contained in:
parent
4deb083d7d
commit
87887373c1
370 changed files with 10805 additions and 5637 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.nano:before, .nano:after {
|
||||
display: none;
|
||||
|
||||
.nano.scroller-shadow-top:before, .nano.scroller-shadow-bottom:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -9,18 +9,14 @@
|
|||
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.fixIndex.nano:before, .fixIndex.nano:after {
|
||||
z-index: 98;
|
||||
}
|
||||
|
||||
.nano:before {
|
||||
.nano.scroller-shadow-top:before {
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.nano:after {
|
||||
.nano.scroller-shadow-bottom:after {
|
||||
bottom: -10px;
|
||||
}
|
||||
|
||||
.nano.nano-scrolllimit-top:before, .nano.nano-scrolllimit-bottom:after {
|
||||
display: block;
|
||||
.nano.fixIndex.scroller-shadow-top:before, .nano.fixIndex.scroller-shadow-bottom:after {
|
||||
z-index: 98;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue