changed progress bar color

This commit is contained in:
GilbN 2019-08-11 13:39:49 +02:00 committed by GitHub
parent 05b6d353ee
commit 7b457efa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,7 +514,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
border: white !important; border: white !important;
} }
.progress-bar-info { .progress-bar-info {
background: rgba(0, 0, 0, 0.25) !important; background: rgba(255, 255, 255, 0.25) !important;
} }
.progress-bar-inverse, .progress { .progress-bar-inverse, .progress {
background: rgba(0, 0, 0, 0.25) !important; background: rgba(0, 0, 0, 0.25) !important;