update after rc f1e911e

release-0.1
PhilW 6 years ago
parent d728f118c2
commit 91a24255f2

@ -20,6 +20,6 @@
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
rcmail.swipe.container_class += ' toolbarmenu'; rcmail.swipe.container_class += ' menu';
rcmail.swipe.element = $('<ul>').addClass(rcmail.swipe.container_class).append($('<li>').append($('<a>').addClass(rcmail.swipe.button_class).append($('<span>').addClass(rcmail.swipe.label_class)))); rcmail.swipe.element = $('<ul>').addClass(rcmail.swipe.container_class).append($('<li>').append($('<a>').addClass(rcmail.swipe.button_class).append($('<span>').addClass(rcmail.swipe.label_class))));
</script> </script>

@ -119,14 +119,14 @@
background-color: @color-layout-list-background; background-color: @color-layout-list-background;
} }
.toolbar a.button.swipe { .toolbar.menu a.button.swipe {
display: none; display: none;
} }
// no support in IE // no support in IE
html.layout-small.touch:not(.ie), html.layout-small.touch:not(.ie),
html.layout-phone.touch:not(.ie) { html.layout-phone.touch:not(.ie) {
.toolbar { .toolbar.menu {
a.button { a.button {
&.swipe { &.swipe {
display: inline-block; display: inline-block;

Loading…
Cancel
Save