mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
committed by
Frederic Barthelemy
parent
a256210880
commit
b391749041
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user