Index: chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html |
diff --git a/chrome/browser/resources/settings/settings_drawer/settings_drawer.css b/chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html |
similarity index 64% |
rename from chrome/browser/resources/settings/settings_drawer/settings_drawer.css |
rename to chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html |
index 1e449e186b86efd776a802a7eb7684db69519f90..acc22b1c6e151b585420965c48ed35ba53f773c8 100644 |
--- a/chrome/browser/resources/settings/settings_drawer/settings_drawer.css |
+++ b/chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html |
@@ -1,7 +1,7 @@ |
-/* Copyright 2015 The Chromium Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. */ |
+<link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> |
+<link rel="import" href="chrome://resources/polymer/core-style/core-style.html"> |
+<core-style id="settingsDrawerStyle"> |
:host { |
background-color: rgb(38, 50, 56); |
color: white; |
@@ -29,3 +29,4 @@ |
#user-card .email { |
font-size: 14px; |
} |
+</core-style> |