Fixed Mutiple AutoStart Call & added Application Menu Context
[src/app-framework-demo.git] / afm-client / app / Frontend / widgets / ActionButtons / ActionButtons.scss
index 16f7bb5..6daba6a 100644 (file)
@@ -24,4 +24,17 @@ appli-button {
     img {
         height: 3rem;
     }
+    
+    
+    .disable>i {
+      text-decoration:none; // really not needed for the Top Bar, just for general technique
+      cursor: auto;
+      color: grey !important;
+    }
+}
+
+#appliActionMenu {    
+    .start-start, .stop-stop {
+        i {color: grey;}
+    }
 }