Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 2 | |
| 3 <style is="custom-style"> | |
| 4 | |
| 5 :root { | |
| 6 --md-toolbar-background-color: rgb(52, 73, 94); | |
|
Dan Beam
2016/03/31 18:30:13
why not just put --md-background-color here as wel
Dan Beam
2016/03/31 18:32:52
also, i'm wondering the functional difference betw
calamity
2016/04/01 02:46:29
https://www.polymer-project.org/1.0/docs/devguide/
calamity
2016/04/01 02:46:29
Wellllllll. You can't use the property in a top-le
| |
| 7 } | |
| 8 | |
| 9 </style> | |
| OLD | NEW |