Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / history / alert_overlay.html
index 446c0c0..e581923 100644 (file)
@@ -1,3 +1,4 @@
+<!-- TODO(dbeam): merge with chrome/browser/resources/alert_overlay.html -->
 <div id="alertOverlay" class="page">
   <div class="close-button"></div>
   <h1 id="alertOverlayTitle"></h1>
@@ -7,7 +8,7 @@
   <div class="action-area">
     <div class="button-strip">
       <button id="alertOverlayCancel" type="reset"></button>
-      <button id="alertOverlayOk" type="submit"></button>
+      <button id="alertOverlayOk" class="default-button" type="submit"></button>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>