diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-03 22:07:05 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-03 22:07:05 -0700 |
commit | 8926eeab4501724ce4627ae9cff97963f2bd2b72 (patch) | |
tree | 31ec51f06c2959c98f4d5f0288bd0c7b0c59acec /ext/fg/css/frame.css | |
parent | f535683e9b35aabe0c481bf5e4b040dc40d019e7 (diff) |
WIP
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r-- | ext/fg/css/frame.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index d28816f8..956ade8b 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -68,6 +68,11 @@ body { display: block; } +.action-icons .inactive { + -webkit-filter: grayscale(100%); + opacity: 0.25; +} + /* term styles */ .term-expression { |