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

Side by Side Diff: chrome/renderer/resources/extensions/platform_app.css

Issue 8542001: Insert default stylesheet for platform apps. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Simplified per mpcomplete, aa's comments. Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * A style sheet for Chrome platform apps.
3 */
4
5 @namespace "http://www.w3.org/1999/xhtml";
Mihai Parparita -not on Chrome 2011/11/15 00:48:29 Whoa, did not know about @namespace.
6
7 html {
8 background-color: #cccccf;
9 color: #333;
10 -webkit-user-select: none;
11 cursor: default;
12 }
OLDNEW
« chrome/renderer/extensions/extension_dispatcher.cc ('K') | « chrome/renderer/renderer_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698