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

Unified Diff: remoting/webapp/main.css

Issue 10692179: Propagate connection state from networking layer to UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index fb4d1ddffd56cd42bcd362427118efbd847d6d9d..7a53062c3de169770688972e4440fb11567c51e8 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -562,6 +562,11 @@ button {
display: block;
}
+.session-client-inactive {
+ -webkit-filter: grayscale(70%) blur(1px);
Wez 2012/07/16 18:52:39 nit: Do we really want to blue the desktop at this
Sergey Ulanov 2012/07/17 01:17:18 removed blur filter for now, but we may need to re
Wez 2012/07/17 01:47:50 Let's take a look at the blur effect tomorrow and
Jamie 2012/07/17 02:58:10 We should get UX sign-off on this sort of thing, b
Sergey Ulanov 2012/07/18 00:52:07 Can we do it later? it's not the most important pa
+ -webkit-transition: -webkit-filter 0.218s;
+}
+
#set-pin-table td {
border-bottom: 6px solid transparent;
text-align: right;
« remoting/webapp/client_plugin_async.js ('K') | « remoting/webapp/client_session.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698