Fix blurred text in Alertify on webkit. Fixes #1347

pull/3/head
Dave Page 2016-07-02 17:13:32 +01:00
parent 9c39fe2f2e
commit 51a33e57c9
1 changed files with 6 additions and 0 deletions

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;