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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -