snappymail/dev/Styles/Scroll.less
RainLoop Team 7552ffe241 Added export contacts (csv)
Interface optimizations
2014-04-29 15:49:30 +04:00

24 lines
459 B
Plaintext

.nano:before, .nano:after {
display: none;
content: "";
position: absolute;
left: 0;
width: 100%;
height: 2px;
z-index: 102;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.nano:before {
top: -2px;
}
.nano:after {
bottom: -2px;
}
.nano.nano-scrolllimit-top:before, .nano.nano-scrolllimit-bottom:after {
display: block;
}