Chromium Code Reviews| Index: chrome/renderer/resources/extensions/platform_app.css |
| diff --git a/chrome/renderer/resources/extensions/platform_app.css b/chrome/renderer/resources/extensions/platform_app.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fddbe16aac000d5183863f173f451c754c78ab22 |
| --- /dev/null |
| +++ b/chrome/renderer/resources/extensions/platform_app.css |
| @@ -0,0 +1,12 @@ |
| +/* |
| + * A style sheet for Chrome platform apps. |
| + */ |
| + |
| +@namespace "http://www.w3.org/1999/xhtml"; |
| + |
| +html { |
| + background-color: #cccccf; |
| + color: #333; |
| + -webkit-user-select: none; |
| + cursor: default; |
| +} |