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.
|
+} |