Chromium Code Reviews| Index: remoting/webapp/main.css |
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
| index fb4d1ddffd56cd42bcd362427118efbd847d6d9d..ed4de9f85c3b78edcb528268372590173ac2f6d3 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%); |
| + -webkit-transition: -webkit-filter 0.218s; |
| +} |
| + |
| #set-pin-table td { |
| border-bottom: 6px solid transparent; |
| text-align: right; |