mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix blurred text in Alertify on webkit. Fixes #1347
This commit is contained in:
parent
9c39fe2f2e
commit
51a33e57c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user