Add text shadow to admin buttons

This commit is contained in:
Brian Miyaji
2015-12-10 11:35:46 +11:00
parent 33b66000a3
commit 69fb18ef71

View File

@@ -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,