Commit 47070f75 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

Bookmarks: fix the input style in the edit dialog

Bug: 849180
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I71a8dbc6a17383f21bd58ff3c9d918444930f715
Reviewed-on: https://chromium-review.googlesource.com/1086040Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564318}
parent b52b27c5
......@@ -3,6 +3,7 @@
<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
<link rel="import" href="chrome://resources/cr_elements/paper_button_style_css.html">
<link rel="import" href="chrome://resources/cr_elements/paper_input_style_css.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
......@@ -10,7 +11,8 @@
<dom-module id="bookmarks-edit-dialog">
<template>
<style include="cr-shared-style paper-button-style"></style>
<style include="cr-shared-style paper-input-style paper-button-style">
</style>
<cr-dialog id="dialog">
<div slot="title">
[[getDialogTitle_(isFolder_, isEdit_)]]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment