| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html"> | 1 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html"> |
| 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> | 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/default-th
eme.html"> |
| 3 | 4 |
| 4 <!-- Common css variables for Material Design settings. --> | 5 <!-- Common css variables for Material Design settings. --> |
| 5 <style is="custom-style"> | 6 <style is="custom-style"> |
| 6 /* We keep our vars in sort order, though some vars must be defined prior to | 7 /* We keep our vars in sort order, though some vars must be defined prior to |
| 7 * others. The --settings-* vars are defined explicitly prior to the --paper-* | 8 * others. The --settings-* vars are defined explicitly prior to the --paper-* |
| 8 * and --iron-* vars. | 9 * and --iron-* vars. |
| 9 */ | 10 */ |
| 10 :root { | 11 :root { |
| 11 /* Some colors use non-MD colors. These custom colors are specified by | 12 /* Some colors use non-MD colors. These custom colors are specified by |
| 12 * UX design (bettes@). */ | 13 * UX design (bettes@). */ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 --paper-toggle-button-unchecked-button: var(--settings-toggle-button-size); | 138 --paper-toggle-button-unchecked-button: var(--settings-toggle-button-size); |
| 138 --paper-toggle-button-unchecked-ink: var(--settings-toggle-ink-size); | 139 --paper-toggle-button-unchecked-ink: var(--settings-toggle-ink-size); |
| 139 | 140 |
| 140 --settings-input-underline: { | 141 --settings-input-underline: { |
| 141 border-color: var(--paper-grey-300); | 142 border-color: var(--paper-grey-300); |
| 142 }; | 143 }; |
| 143 | 144 |
| 144 --paper-input-container-underline: var(--settings-input-underline); | 145 --paper-input-container-underline: var(--settings-input-underline); |
| 145 } | 146 } |
| 146 </style> | 147 </style> |
| OLD | NEW |