diff --git a/gh-buttons.css b/gh-buttons.css index 70c1d97..1ce8897 100644 --- a/gh-buttons.css +++ b/gh-buttons.css @@ -380,6 +380,17 @@ http://github.com/necolas/css3-github-buttons background-color: #3072b3; } + +.button-group.minor-group .button.danger:hover, +.button-group.minor-group .button.danger:focus, +.button-group.minor-group .button.danger:active { + background-color: #dc5f59; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630)); + background-image: -moz-linear-gradient(#dc5f59, #b33630); + background-image: -o-linear-gradient(#dc5f59, #b33630); + background-image: linear-gradient(#dc5f59, #b33630); +} + .button-group.minor-group .button.icon:before { opacity: 0.8; }