commit | ba0e06914ae47acc6fcfd84a6ac8447b14c7e1e4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 07 16:53:42 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 07 16:53:42 2012 |
tree | 771dd14a7b3da9a6e57ef0c44607fbbf76ad4b34 | |
parent | 6df1b9592e5d011d789620fd8a34478c30f7219d [diff] [blame] |
Remove colors from CSS, and change header language. BUG=130040 TEST=none Review URL: https://chromiumcodereview.appspot.com/10539026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141022 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/renderer/resources/extensions/platform_app.css b/chrome/renderer/resources/extensions/platform_app.css index 47fc3af..7976a852 100644 --- a/chrome/renderer/resources/extensions/platform_app.css +++ b/chrome/renderer/resources/extensions/platform_app.css
@@ -3,14 +3,12 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * - * A style sheet for Chrome platform apps. + * A style sheet for Chrome apps. */ @namespace "http://www.w3.org/1999/xhtml"; body { - background-color: #cccccf; - color: #333; -webkit-user-select: none; cursor: default; }