Commit 72d66064 authored by jamiewalch's avatar jamiewalch Committed by Commit bot

Apply a prettier background for platforms that don't support shaped windows.

BUG=b/19370387

Review URL: https://codereview.chromium.org/972833002

Cr-Commit-Position: refs/heads/master@{#318833}
parent 4a38c01c
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
'variables': { 'variables': {
'ar_shared_resource_files': [ 'ar_shared_resource_files': [
'webapp/app_remoting/html/ar_dialog.css', 'webapp/app_remoting/html/ar_dialog.css',
'webapp/app_remoting/html/ar_main.css',
'webapp/app_remoting/html/feedback_consent.css', 'webapp/app_remoting/html/feedback_consent.css',
'webapp/app_remoting/html/context_menu.css', 'webapp/app_remoting/html/context_menu.css',
'resources/drag.webp', 'resources/drag.webp',
......
/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
html {
background-image: radial-gradient(#444, #111);
}
\ No newline at end of file
...@@ -9,11 +9,12 @@ found in the LICENSE file. ...@@ -9,11 +9,12 @@ found in the LICENSE file.
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="icon" type="image/png" href="icon16.png"> <link rel="icon" type="image/png" href="icon16.png">
<link rel="stylesheet" href="open_sans.css"> <link rel="stylesheet" href="ar_main.css">
<link rel="stylesheet" href="connection_stats.css"> <link rel="stylesheet" href="connection_stats.css">
<link rel="stylesheet" href="context_menu.css"> <link rel="stylesheet" href="context_menu.css">
<link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="menu_button.css"> <link rel="stylesheet" href="menu_button.css">
<link rel="stylesheet" href="open_sans.css">
<meta-include type="javascript"/> <meta-include type="javascript"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment