diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 76bb09c6c7d56cfea7bd51ad0ece35af5eff23a1..407d4b1e17a30237b78936d86d6914dba65d1086 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -38,6 +38,11 @@
       &.sticky {
         position: fixed;
       }
+
+      &:hover{
+        color: $ci-output-bg;
+        background-color: $white-light;
+      }
     }
 
     .autoscroll-container {
@@ -70,6 +75,10 @@
     }
 
     @media (max-width: $screen-sm-max) {
+      .btn {
+        padding: 6px 13px;
+      }
+
       i.fa {
         margin-right: 0;
       }