Fix blurred text in Alertify on webkit. Fixes #1347

This commit is contained in:
Dave Page 2016-07-02 17:13:32 +01:00
parent 9c39fe2f2e
commit 51a33e57c9

View File

@ -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;