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

Unified Diff: ui/webui/resources/css/apps/common.css

Issue 23726024: Fix 2x UI issues for Feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/apps/common.css
diff --git a/ui/webui/resources/css/apps/common.css b/ui/webui/resources/css/apps/common.css
index 31b510dd3f8a3b0ed1c01e285e183984a8aa7a06..05bdac6a2d473f750acf7e272f36b17bd3b0b33b 100644
--- a/ui/webui/resources/css/apps/common.css
+++ b/ui/webui/resources/css/apps/common.css
@@ -50,7 +50,7 @@ button.white-button[disabled] {
button.blue-button {
border-image: -webkit-image-set(
url('chrome://resources/images/apps/blue_button.png') 1x,
- url('chrome://resources/images/2x/apps/_bluebutton.png')
+ url('chrome://resources/images/2x/apps/blue_button.png')
2x) 5 fill / 5px / 2px repeat;
}
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698