javascript - Style new Chrome's alert window -


is possible style new chrome alert boxes, added in version 29?

run javascript in chrome's console:

alert("this new") 

enter image description here

i ask because new window looks more dialog.

it displays tooltip coordinates while being dragged.

http://i.snag.gy/xliu0.jpg

no, cannot style dialog boxes (including newly designed one). use js/html modal if need style popup instead.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -