summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-02-23 22:33:19 +0000
committerMarin Jankovski <marin@gitlab.com>2015-02-23 22:33:19 +0000
commitd5437c483899b8f1d9871e9c8af1976899a87351 (patch)
tree8382cc176587fcde9aebc17c01a9499133af54ce
parentbb2358379e347de9c6f9a0b521d2f8599f636881 (diff)
parent0e1d31a734c576421bdb798f3f8e6bf9381c854b (diff)
downloadgitlab-ce-d5437c483899b8f1d9871e9c8af1976899a87351.tar.gz
Merge branch 'git_clone_holder_btn' into 'master'
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 See merge request !1577
-rw-r--r--app/assets/stylesheets/sections/projects.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 3bb3779c294..8bad9b139f4 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -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;
}