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

Side by Side Diff: remoting/webapp/main.css

Issue 439923002: Hangout remote desktop part I - It2Me mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR Feedback Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
10 tfoot, thead, tr, th, td, button { 10 tfoot, thead, tr, th, td, button {
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 * TODO(sergeyu): This is temporary solution. Ideally mouse and keyboard events 775 * TODO(sergeyu): This is temporary solution. Ideally mouse and keyboard events
776 * should be captured on JS level and passed to the plugin. 776 * should be captured on JS level and passed to the plugin.
777 */ 777 */
778 #video-container.mediasource-rendering .client-plugin-container { 778 #video-container.mediasource-rendering .client-plugin-container {
779 opacity: 0; 779 opacity: 0;
780 } 780 }
781 781
782 .mouse-cursor-overlay { 782 .mouse-cursor-overlay {
783 position: absolute; 783 position: absolute;
784 pointer-events: none; 784 pointer-events: none;
785 }; 785 }
786
787 body.hangout-remote-assistance .home-screen {
Jamie 2014/08/07 23:12:36 The product is called Hangouts Remote Desktop, so
kelvinp 2014/08/08 01:14:22 Hangout-remote-assistance is actually the name tha
788 display: none;
789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698