Added hover css for diff history view refs - branch tags, and 'Gist it'. Now they look more button-like, allowing for users to discover that clicking does something.

This commit is contained in:
Frederic Barthelemy
2010-02-23 15:52:08 -08:00
committed by Frederic Barthelemy
parent a256210880
commit b391749041
+11
View File
@@ -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;
}