summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 07:18:02 -0500
committerTeddy Wing2013-11-10 07:18:02 -0500
commit5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f (patch)
tree0a22c6a65dfdad81cfcc823bbdbc1d959cc60249 /assets
parentce7a42f3fe9d1b67ec01bd23b727d79b2924d73a (diff)
downloadclip-play-5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f.tar.bz2
Add active state for text-shadow on '+' button
Diffstat (limited to 'assets')
-rw-r--r--assets/css/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index 23b863b..b84723a 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -157,6 +157,7 @@ header {
.button.green:active {
background-color: #2ea732;
color: #ddd;
+ text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
.button.green.large {