mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
remove lightbox-effect class from ios.html
This commit is contained in:
parent
16fd3e8978
commit
35a7f30459
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<!-- error dialog lightbox -->
|
<!-- error dialog lightbox -->
|
||||||
<div class="lightbox-overlay" ng-class="{'show': state.dialog.open}">
|
<div class="lightbox-overlay" ng-class="{'show': state.dialog.open}">
|
||||||
<div class="lightbox lightbox-effect dialog view-dialog" ng-include="'tpl/dialog.html'"></div>
|
<div class="lightbox dialog view-dialog" ng-include="'tpl/dialog.html'"></div>
|
||||||
</div><!--/.lightbox-overlay-->
|
</div><!--/.lightbox-overlay-->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user