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") 
i ask because new window looks more dialog.
it displays tooltip coordinates while being dragged.

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