| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> | 1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> |
| 2 | 2 |
| 3 <!-- Common css variables for Material Design settings. --> | 3 <!-- Common css variables for Material Design settings. --> |
| 4 <style is="custom-style"> | 4 <style is="custom-style"> |
| 5 :root { | 5 :root { |
| 6 --checkbox-margin-start: 2px; | 6 --checkbox-margin-start: 2px; |
| 7 --checkbox-size: 16px; | 7 --checkbox-size: 16px; |
| 8 --checkbox-spacing: 18px; | 8 --checkbox-spacing: 18px; |
| 9 --iron-icon-fill-color: var(--paper-grey-600); | 9 --iron-icon-fill-color: var(--paper-grey-600); |
| 10 --iron-icon-height: 20px; | 10 --iron-icon-height: 20px; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 font-weight: 400; | 30 font-weight: 400; |
| 31 margin-top: 4px; | 31 margin-top: 4px; |
| 32 }; | 32 }; |
| 33 --settings-error-color: var(--paper-red-700); | 33 --settings-error-color: var(--paper-red-700); |
| 34 --settings-hover-color: var(--google-grey-300); | 34 --settings-hover-color: var(--google-grey-300); |
| 35 | 35 |
| 36 /* Some colors use non-MD colors. These custom colors are specified by | 36 /* Some colors use non-MD colors. These custom colors are specified by |
| 37 * UX design (bettes@). */ | 37 * UX design (bettes@). */ |
| 38 --settings-nav-grey: rgb(90, 90, 90); | 38 --settings-nav-grey: rgb(90, 90, 90); |
| 39 | 39 |
| 40 --settings-page-vertical-margin: 21px; |
| 41 |
| 40 --settings-row-min-height: 44px; | 42 --settings-row-min-height: 44px; |
| 41 --settings-separator-line: 1px solid rgba(0, 0, 0, 0.06); | 43 --settings-separator-line: 1px solid rgba(0, 0, 0, 0.06); |
| 42 | 44 |
| 43 --settings-title-bar-background-color: var(--google-blue-700); | 45 --settings-title-bar-background-color: var(--google-blue-700); |
| 44 --settings-title-bar-color: rgb(255, 255, 255); | 46 --settings-title-bar-color: rgb(255, 255, 255); |
| 45 --settings-title-search-color: rgb(192, 199, 205); | 47 --settings-title-search-color: rgb(192, 199, 205); |
| 46 } | 48 } |
| 47 </style> | 49 </style> |
| OLD | NEW |