Remove fade animation for non mobile browsers

This commit is contained in:
RainLoop Team 2013-12-29 16:15:03 +04:00
parent 04932fce63
commit 3c93879802
18 changed files with 55 additions and 55 deletions

View file

@ -1,5 +1,5 @@
<div class="popups">
<div class="modal hide fade b-domain-content g-ui-user-select-none" data-bind="modal: modalVisibility, css: {'domain-edit': edit, 'domain-white-list-page': whiteListPage}">
<div class="modal hide b-domain-content g-ui-user-select-none" data-bind="modal: modalVisibility, css: {'domain-edit': edit, 'domain-white-list-page': whiteListPage}">
<div class="modal-header">
<button type="button" class="close" data-bind="command: cancelCommand">&times;</button>
<h3 data-bind="text: headerText"></h3>