diff --git a/html/views/history/history.css b/html/views/history/history.css
index 1bd9629..b427b72 100644
--- a/html/views/history/history.css
+++ b/html/views/history/history.css
@@ -37,6 +37,11 @@ a.servicebutton{
-webkit-border-radius: 2px;
}
+a.servicebutton:hover{
+ padding: 1px;
+ border: 2px solid #3465a4;
+}
+
#gravatar {
margin-left: 5px;
padding: 2px;
@@ -122,6 +127,12 @@ a.showdiff {
-webkit-border-radius: 2px;
}
+.refs:hover{
+ border: 2px solid black;
+ padding: 0px 2px 0px 2px;
+ cursor: pointer;
+}
+
.refs.head {
background-color: #aaf254;
}