Git Clone btn more apparent

Added a faint background to the button to show that it is in an
active state for the user. White background is often hard to tell
if something is being pushed, so adding a "shadow" makes it a bit
easier to tell. Fixes #1998
This commit is contained in:
Sabba Petri 2015-02-23 13:52:02 -08:00
parent bb2358379e
commit 0e1d31a734
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@
color: $link_color;
&.active {
background-color: #f5f5f5;
border: 1px solid rgba(0,0,0,0.195);
color: #333;
font-weight: bold;
}