From b391749041c889a5f2b124fef407760aa391bc62 Mon Sep 17 00:00:00 2001 From: Frederic Barthelemy Date: Tue, 23 Feb 2010 15:52:08 -0800 Subject: [PATCH] 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. --- html/views/history/history.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; }