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;
}
.progress-bar-info {
background: rgba(0, 0, 0, 0.25) !important;
background: rgba(255, 255, 255, 0.25) !important;
}
.progress-bar-inverse, .progress {
background: rgba(0, 0, 0, 0.25) !important;
@ -750,4 +750,4 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
.splash-badge i.fa-home:before {
position: absolute !important;
left: -2px !important;
}
}