From 9b3a29d4590b05f6b746ca792cf3340b4baf96b4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 27 Nov 2018 19:22:50 +0100 Subject: [PATCH] grey out outdated simulators --- src/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/app.css b/src/styles/app.css index da43dc5..552f7ed 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -382,3 +382,7 @@ body { margin-left: 0 !important; margin-right: 0 !important; } + +.label-outdated { + opacity: 0.4; +}