diff options
| author | Teddy Wing | 2013-11-10 07:18:02 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 07:18:02 -0500 |
| commit | 5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f (patch) | |
| tree | 0a22c6a65dfdad81cfcc823bbdbc1d959cc60249 /assets/css/application.css | |
| parent | ce7a42f3fe9d1b67ec01bd23b727d79b2924d73a (diff) | |
| download | clip-play-5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f.tar.bz2 | |
Add active state for text-shadow on '+' button
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 1 |
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 { |
