From ed8f7716061055e4039b1586a4c7ff41f6c3e06a Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Mon, 2 Feb 2015 14:39:49 -0500 Subject: [PATCH] NIFI-288: - Removing the border radius on the provenance progress bars. --- .../nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css index 7877f697e1..751a647c26 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css @@ -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 {