From 8926eeab4501724ce4627ae9cff97963f2bd2b72 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 3 May 2016 22:07:05 -0700 Subject: WIP --- ext/fg/css/frame.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/fg/css') 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 { -- cgit v1.2.3