bug fixes and copy changes based on user feedback

Change-Id: I2dd2cc6168d86676ab7ada9b389cb86cee9b3dae
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss
index 68fa0fc..c634778 100644
--- a/app/configuration/styles/firmware.scss
+++ b/app/configuration/styles/firmware.scss
@@ -19,11 +19,20 @@
       color: $medblue;
       &.disabled {
         color: $medgrey;
+        &:hover {
+          cursor: default;
+        }
+      }
+      &:hover {
+        cursor: pointer;
       }
     }
     .icon.icon-as-spacer {
       text-indent: 0;
       color: $btn__disabled-txt;
+      &:hover {
+        cursor: default;
+      }
     }
   }