mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
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 {
|
||||
width: 378px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#provenance-percent-complete .ui-progressbar-value, #lineage-percent-complete .ui-progressbar-value {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
div.progress-label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user