corrected tx model, added block view in frontend

This commit is contained in:
arnaucode
2017-08-29 16:10:39 +02:00
parent 139040269f
commit 99af4a76ff
11 changed files with 266 additions and 74 deletions

View File

@@ -21,9 +21,15 @@ body {
.list-group-item:hover {
background: rgba(255, 255, 255, 0.2)!important;
}
.list-group-item p, a{
.list-group-item p {
color: #ffffff!important;
}
.list-group-item a {
color: #512DA8!important;
}
.list-group-item-text {
color: #9575CD!important;
}
.table-hover tbody tr:hover {
background-color: rgba(245, 245, 245, 0.2)!important;
}