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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 5880003: fix a couple of close buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 10 years 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
« no previous file with comments | « chrome/browser/gtk/extension_installed_bubble_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 6d9785367e8ab0c4264f37ab9b1ae8bf7dcfbc6c..315217fb4491ce28750496d6555451dbe4dc75ab 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -40,8 +40,7 @@ body {
.close-subpage {
background-color: transparent;
- /* TODO(stuartmorgan): Replace with real images once they are available. */
- background-image: url("../../../app/theme/close_bar.png");
+ background-image: url('chrome://theme/IDR_CLOSE_BAR');
border: none;
position: relative;
top: 12px;
@@ -50,11 +49,11 @@ body {
}
.close-subpage:hover {
- background-image: url("../../../app/theme/close_bar_h.png");
+ background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
}
.close-subpage:active {
- background-image: url("../../../app/theme/close_bar_p.png");
+ background-image: url('chrome://theme/IDR_CLOSE_BAR_P');
}
html[dir='ltr'] .close-subpage {
« no previous file with comments | « chrome/browser/gtk/extension_installed_bubble_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698