Fix blurred text in Alertify on webkit. Fixes #1347
parent
9c39fe2f2e
commit
51a33e57c9
|
@ -1036,6 +1036,12 @@ ul.nav.nav-tabs {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Prevent text blur in the runtime */
|
||||||
|
.alertify .ajs-dimmer,
|
||||||
|
.alertify .ajs-modal {
|
||||||
|
-webkit-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ajs-commands {
|
.ajs-commands {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: auto!important;
|
width: auto!important;
|
||||||
|
|
Loading…
Reference in New Issue