Fix buttons of webhook list

This commit is contained in:
Naoki Takezoe
2015-12-10 14:04:44 +09:00
parent 354dc27e84
commit 9d644b4625
3 changed files with 6 additions and 3 deletions

View File

@@ -494,6 +494,10 @@ span.highlight {
}
.btn-danger .octicon {
color: #900;
}
a.btn-danger:hover .octicon {
color: #fff;
}