Launcher: Remove tooltip width

Change-Id: I00d82cf8fdde1619307af7b69e982c765e2f5b4a
diff --git a/core/installer/server/appmanager/static/main.css b/core/installer/server/appmanager/static/main.css
index ca4b221..7ce5db2 100644
--- a/core/installer/server/appmanager/static/main.css
+++ b/core/installer/server/appmanager/static/main.css
@@ -54,6 +54,7 @@
   }
   .icon {
     color: var(--pico-icon-color);
+    filter: grayscale(100%);
   }
 }
 
diff --git a/core/installer/server/appmanager/templates/base.html b/core/installer/server/appmanager/templates/base.html
index 77f43f0..0f17666 100644
--- a/core/installer/server/appmanager/templates/base.html
+++ b/core/installer/server/appmanager/templates/base.html
@@ -3,7 +3,7 @@
 	<head>
 		<meta charset="utf-8" />
         <link rel="stylesheet" href="/static/pico.2.0.6.min.css">
-        <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.16">
+        <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.17">
 		<meta name="viewport" content="width=device-width, initial-scale=1" />
 	</head>
 	<body>
diff --git a/core/installer/server/launcher/static/main.css b/core/installer/server/launcher/static/main.css
index 636c0c0..c7993dd 100644
--- a/core/installer/server/launcher/static/main.css
+++ b/core/installer/server/launcher/static/main.css
@@ -94,6 +94,7 @@
   height: 50px !important;
   margin-bottom: 10px !important;
   cursor: pointer !important;
+  filter: grayscale(100%);
 }
 
 @keyframes pulsate {
@@ -152,7 +153,6 @@
 
 .tooltip {
   position: absolute;
-  width: 200px;
   left: 80px;
   transform: translateY(-50%);
   background-color: var(--bodyBg);
diff --git a/core/installer/server/launcher/templates/launcher.html b/core/installer/server/launcher/templates/launcher.html
index 608d3df..41015e6 100644
--- a/core/installer/server/launcher/templates/launcher.html
+++ b/core/installer/server/launcher/templates/launcher.html
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>dodo: Launcher</title>
     <link rel="stylesheet" type="text/css" href="/static/pico.2.0.6.min.css">
-    <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.21">
+    <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.22">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
 </head>
 <body class="container-fluid">