mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Bugfix boostrap alerts.less was accidentally removed
Bugfix Date.fromNow('past'/'future') reversed
Replace Events[pub/sub]('interval.*') with setInterval()
Events[pub/sub] to native
Cleanup knockout extensions
Replaced momentToNode with proper HTML5 <time>
Cleanup Momentor
This commit is contained in:
parent
6541a1de7c
commit
9f1ea1a0fd
44 changed files with 539 additions and 1126 deletions
|
|
@ -649,20 +649,12 @@ html .messageItem {
|
|||
.buttonUp, .buttonUp {
|
||||
display: none !important;
|
||||
}
|
||||
&.scroller-shadow-top .buttonUp {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-desktop .messageItem {
|
||||
.buttonUp, .buttonFull {
|
||||
display: none !important;
|
||||
}
|
||||
&:hover {
|
||||
&.scroller-shadow-top .buttonUp, .buttonFull {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-message-fullscreen .messageItem {
|
||||
|
|
@ -675,7 +667,4 @@ html.rl-message-fullscreen .messageItem {
|
|||
.buttonUp {
|
||||
display: none !important;
|
||||
}
|
||||
&.scroller-shadow-top .buttonUp {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue