From 5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Nov 2013 07:18:02 -0500 Subject: Add active state for text-shadow on '+' button --- assets/css/application.css | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3