Chromium Code Reviews| 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; |