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

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
« remoting/webapp/client_session.js ('K') | « remoting/webapp/client_session.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index fb4d1ddffd56cd42bcd362427118efbd847d6d9d..a039f871ab5d506beb4dac6193f980c490393576 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);
Jamie 2012/07/12 01:46:42 Nit: indentation.
Sergey Ulanov 2012/07/13 20:42:50 Done.
+ -webkit-transition: -webkit-filter 0.5s;
Jamie 2012/07/12 01:46:42 I think the transition property needs to be set re
Sergey Ulanov 2012/07/13 20:42:50 That was intentional. It will fade with transition
+}
+
#set-pin-table td {
border-bottom: 6px solid transparent;
text-align: right;
« remoting/webapp/client_session.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