Browse Source

changed progress bar color

pull/16/head
GilbN 5 years ago
committed by GitHub
parent
commit
7b457efa71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/organizr/organizr-base.css

4
CSS/themes/organizr/organizr-base.css

@ -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;
}
}

Loading…
Cancel
Save