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

Unified Diff: remoting/webapp/app_remoting/html/ar_main.css

Issue 972833002: Apply a prettier background for platforms that don't support shaped windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. Created 5 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/html/ar_main.css
diff --git a/chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css b/remoting/webapp/app_remoting/html/ar_main.css
similarity index 59%
copy from chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css
copy to remoting/webapp/app_remoting/html/ar_main.css
index f20997dd5eefe1eaf97e8274eaab56040600bc49..56cd979f257a8cee02e77cae66639396943223b3 100644
--- a/chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css
+++ b/remoting/webapp/app_remoting/html/ar_main.css
@@ -1,7 +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. */
+ * found in the LICENSE file.
+ */
-.sub-bookmark {
- margin-left: 1em;
-}
+html {
+ background-image: radial-gradient(#444, #111);
+}
« no previous file with comments | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698