From 7ac924e1498b4d094069153b48a01e15b43570a3 Mon Sep 17 00:00:00 2001 From: vasa-chi Date: Wed, 25 Apr 2012 19:39:17 +0400 Subject: [PATCH] Now .button.danger.active buttons have white text instead of red. --- gh-buttons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gh-buttons.css b/gh-buttons.css index c22a830..498f337 100644 --- a/gh-buttons.css +++ b/gh-buttons.css @@ -264,7 +264,8 @@ .button.danger:hover, .button.danger:focus, -.button.danger:active { +.button.danger:active, +.button.danger.active { border-color: #b53f3a; border-bottom-color: #a0302a; color: #fff;