mirror of https://github.com/apache/nifi.git
NIFI-288:
- Removing the border radius on the provenance progress bars.
This commit is contained in:
parent
93b78a7dd5
commit
ed8f771606
|
@ -453,6 +453,11 @@ div.content-detail-value {
|
||||||
|
|
||||||
#provenance-percent-complete, #lineage-percent-complete {
|
#provenance-percent-complete, #lineage-percent-complete {
|
||||||
width: 378px;
|
width: 378px;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#provenance-percent-complete .ui-progressbar-value, #lineage-percent-complete .ui-progressbar-value {
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.progress-label {
|
div.progress-label {
|
||||||
|
|
Loading…
Reference in New Issue