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

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

Issue 23480078: Minor CSS fix. (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 | « no previous file | 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 84e42f83246e13f799e2ba9adb78a1b7d08e900c..4f3ef31745d173fcf061f5fb43487129ac2058a7 100644
--- a/ui/webui/resources/css/apps/common.css
+++ b/ui/webui/resources/css/apps/common.css
@@ -92,7 +92,7 @@ button.blue-button:active {
button.blue-button:focus {
border-image: -webkit-image-set(
url('chrome://resources/images/apps/blue_button_focused.png') 1x,
- url('chrome://resources/images/2x/apps/_bluebutton.png')
+ url('chrome://resources/images/2x/apps/blue_button_focused.png')
2x) 5 fill / 5px / 2px repeat;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698