diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html index b138a46..f2f6085 100644 --- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html +++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html @@ -11,6 +11,7 @@ .alertify-notifier{-webkit-transform: none;} .alertify-notifier .ajs-message{-webkit-transform: none;} .alertify .ajs-dialog.ajs-shake{-webkit-animation-name: none;} + .sql-editor-busy-icon.fa-pulse{-webkit-animation: none;} {% endif %}
diff --git a/web/pgadmin/tools/debugger/templates/debugger/direct.html b/web/pgadmin/tools/debugger/templates/debugger/direct.html index 5448313..297c362 100644 --- a/web/pgadmin/tools/debugger/templates/debugger/direct.html +++ b/web/pgadmin/tools/debugger/templates/debugger/direct.html @@ -24,6 +24,7 @@ console.log(err); .alertify-notifier{-webkit-transform: none;} .alertify-notifier .ajs-message{-webkit-transform: none;} .alertify .ajs-dialog.ajs-shake{-webkit-animation-name: none;} + .debugger-container .wcLoadingIcon.fa-pulse{-webkit-animation: none;} {% endif %}