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

Unified Diff: remoting/webapp/crd/html/public_session.css

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Fix GN build Created 5 years, 3 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
Index: remoting/webapp/crd/html/public_session.css
diff --git a/remoting/webapp/app_remoting/html/ar_main.css b/remoting/webapp/crd/html/public_session.css
similarity index 70%
copy from remoting/webapp/app_remoting/html/ar_main.css
copy to remoting/webapp/crd/html/public_session.css
index 62a5defc60de47cf686582a5036a7c4c6582d84d..c3b29d76a48d69c6d9e63c2e8b8715b6b69b9429 100644
--- a/remoting/webapp/app_remoting/html/ar_main.css
+++ b/remoting/webapp/crd/html/public_session.css
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
-html {
- background-image: radial-gradient(#444, #111);
-}
+.kd-modaldialog {
+ border: none;
+ outline: none;
+ box-shadow: none;
Jamie 2015/09/30 17:46:13 The intent here is to override the definition in m
kelvinp 2015/09/30 19:35:47 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698