Clean up and documentation
[src/app-framework-demo.git] / afb-client / app / Frontend / widgets / ActionButtons / ActionButtons.scss
 @import "app/ibz-mixins";
 
 // place here your submit buttons customization
+appli-button {
+    @include ibz-button(grey,1rem)
+    img {
+        height: 3rem;
+    }
+    
+    
+    .disable>i {
+      text-decoration:none; // really not needed for the Top Bar, just for general technique
+      cursor: auto;
+      color: grey !important;
+    }
+}
 
+.appli-menu-start {    
+    .start-start, .stop-stop {
+        i {color: grey;}
+    }
+}