| Index: third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
|
| diff --git a/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html b/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
|
| index 828c2f59c938f4b9acd9d64717d616ae97a07d1d..35ea74bd7fb1a9521365fd5f4ad50e36a89f7351 100644
|
| --- a/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
|
| +++ b/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
|
| @@ -8,6 +8,26 @@ Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| -->
|
|
|
| +<link rel="import" href="../polymer/polymer.html">
|
| +<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
| +<link rel="import" href="../paper-styles/default-theme.html">
|
| +<link rel="import" href="../paper-styles/typography.html">
|
| +<link rel="import" href="../paper-styles/shadow.html">
|
| +
|
| +<!--
|
| +### Styling
|
| +
|
| +The following custom properties and mixins are available for styling.
|
| +
|
| +Custom property | Description | Default
|
| +----------------|-------------|----------
|
| +`--paper-dialog-background-color` | Dialog background color | `--primary-background-color`
|
| +`--paper-dialog-color` | Dialog foreground color | `--primary-text-color`
|
| +`--paper-dialog` | Mixin applied to the dialog | `{}`
|
| +`--paper-dialog-title` | Mixin applied to the title (`<h2>`) element | `{}`
|
| +`--paper-dialog-button-color` | Button area foreground color | `--default-primary-color`
|
| +-->
|
| +
|
| <dom-module id="paper-dialog-shared-styles">
|
| <template>
|
| <style>
|
|
|