Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4781)

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index 80d205bff09744305c11df2b2bbf614f926346ec..f04b3657f40061b3489c6ec81e00fbedcdd405ed 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -14,10 +14,6 @@ without changes to the corresponding grd file. -->
<includes>
<include name="IDR_SHARED_CSS_ABOUT"
file="shared/css/about_memory.css" type="BINDATA" />
- <include name="IDR_SHARED_CSS_BUTTON"
- file="shared/css/button.css" type="BINDATA" />
- <include name="IDR_SHARED_CSS_CHECKBOX"
- file="shared/css/checkbox.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_DIALOGS"
file="shared/css/dialogs.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_LIST"
@@ -42,6 +38,10 @@ without changes to the corresponding grd file. -->
file="shared/css/tree.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_TREE_JS"
file="shared/css/tree.css.js" type="BINDATA" />
+ <include name="IDR_SHARED_CSS_WIDGETS"
+ file="shared/css/widgets.css" type="BINDATA" />
+ <include name="IDR_SHARED_IMAGES_CHECK"
+ file="shared/images/check.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_CHECKMARK"
file="shared/images/checkmark.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK"

Powered by Google App Engine
This is Rietveld 408576698