Fix caching for unread/flagged status

This commit is contained in:
RainLoop Team 2014-06-25 22:47:04 +04:00
parent 81e25b4235
commit a19e19d866
78 changed files with 519 additions and 514 deletions

View file

@ -113,7 +113,7 @@
display: inline-block;
color: #999;
text-decoration: none;
font-size: 24px;
font-size: 22px;
padding: 3px;
cursor: pointer;
@ -122,7 +122,7 @@
}
&.current .e-page-number {
font-size: 28px;
font-size: 25px;
color: #333;
border-bottom: 2px solid #000;
}