diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 85aa6715f..d4e09c0f0 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -1036,6 +1036,12 @@ ul.nav.nav-tabs { margin-left: 5px; } +/* Prevent text blur in the runtime */ +.alertify .ajs-dimmer, +.alertify .ajs-modal { + -webkit-transform: none; +} + .ajs-commands { position: absolute; width: auto!important;