diff --git a/bigbluebutton-html5/imports/ui/components/button/styles.scss b/bigbluebutton-html5/imports/ui/components/button/styles.scss
index 8c18e8777fc792774f0c8beb72c171398360b87c..265380ea764a600c07ac93ccc8bf5ee214d2829a 100644
--- a/bigbluebutton-html5/imports/ui/components/button/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/button/styles.scss
@@ -133,6 +133,9 @@ $btn-jumbo-padding: $jumbo-padding-y $jumbo-padding-x;
   & + .button  {
     margin-left: $btn-spacing;
   }
+  &:hover {
+    opacity: .5;
+  }
 }
 
 .hideLabel {
@@ -157,6 +160,9 @@ $btn-jumbo-padding: $jumbo-padding-y $jumbo-padding-x;
   & + .label {
     margin-left: $btn-spacing;
   }
+  .buttonWrapper:hover & {
+    opacity: .75;
+  }
 }
 
 /* Colors