From a1ce4cc327ea0d02afd795610106ce2010677e8d Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sun, 1 Oct 2017 01:34:17 -0600 Subject: [PATCH] add status for installed --- .../NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css index b01d3230..04c9581d 100644 --- a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css +++ b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css @@ -15,7 +15,7 @@ white-space:nowrap; cursor: pointer; } -.uninstalled { +.uninstalled, .installed { white-space:nowrap; cursor: inherit; } \ No newline at end of file