MR -> remove source branch -> UI pollished

This commit is contained in:
randx 2012-06-05 19:45:18 +03:00
parent d6ed9920d6
commit 2d68e7f4cd
3 changed files with 67 additions and 14 deletions

View file

@ -127,6 +127,18 @@ table {
@extend .btn-primary;
}
&.success {
color: #fff;
text-shadow: 0 0 1px #111;
background: #5bb75b;;
font-weight: bold;
&:hover {
background-color: #51a351;
color: #fff;
}
}
&.danger,
&.btn-danger {
color:#fff;