diff options
author | jamiewalch <jamiewalch@chromium.org> | 2015-03-02 19:29:34 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-03 03:30:07 +0000 |
commit | 72d660649891203dac837d0ddc0d71bb2bd1988d (patch) | |
tree | 1555e3c193ac95cfa09f1e7e413881a778fa9d88 /remoting/webapp | |
parent | 4a38c01c9d3d16407dd4bd0ac7c9dd87bf84551a (diff) | |
download | chromium_src-72d660649891203dac837d0ddc0d71bb2bd1988d.zip chromium_src-72d660649891203dac837d0ddc0d71bb2bd1988d.tar.gz chromium_src-72d660649891203dac837d0ddc0d71bb2bd1988d.tar.bz2 |
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}
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/app_remoting/html/ar_main.css | 8 | ||||
-rw-r--r-- | remoting/webapp/app_remoting/html/template_lg.html | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/remoting/webapp/app_remoting/html/ar_main.css b/remoting/webapp/app_remoting/html/ar_main.css new file mode 100644 index 0000000..56cd979 --- /dev/null +++ b/remoting/webapp/app_remoting/html/ar_main.css @@ -0,0 +1,8 @@ +/* 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 diff --git a/remoting/webapp/app_remoting/html/template_lg.html b/remoting/webapp/app_remoting/html/template_lg.html index 9b666ac..32bb369 100644 --- a/remoting/webapp/app_remoting/html/template_lg.html +++ b/remoting/webapp/app_remoting/html/template_lg.html @@ -9,11 +9,12 @@ found in the LICENSE file. <head> <meta charset="utf-8"> <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="context_menu.css"> <link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="menu_button.css"> + <link rel="stylesheet" href="open_sans.css"> <meta-include type="javascript"/> |