From 69fb18ef71ad638f30ae0ba5a92468778747cdb1 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 10 Dec 2015 11:35:46 +1100 Subject: [PATCH] Add text shadow to admin buttons --- assets/css/activation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/activation.css b/assets/css/activation.css index 1b0c199e..b98daaf5 100644 --- a/assets/css/activation.css +++ b/assets/css/activation.css @@ -15,6 +15,7 @@ p.sportspress-actions a.button-primary:active { box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1); color: #fff; text-decoration: none; + text-shadow: 0 -1px 1px #15a29a,1px 0 1px #15a29a,0 1px 1px #15a29a,-1px 0 1px #15a29a; } div.sportspress-message a.button-primary:hover,