From 6b97a1dda689b634683021e4b7b0d3c2cda590c9 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Mon, 12 Jan 2015 09:33:53 -0500 Subject: [PATCH] NIFI-140: - Removing border radius on the storage usage progress bars. --- .../framework/web/nifi-web-ui/src/main/webapp/css/summary.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/css/summary.css b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/css/summary.css index c10992769c..bb7b9c46b2 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/css/summary.css +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/css/summary.css @@ -313,6 +313,7 @@ span.storage-usage-details { div.storage-usage-progressbar { height: 20px; border: 1px solid #aaaaaa; + border-radius: 0; } div.storage-usage-progressbar div.ui-progressbar-value { @@ -321,6 +322,7 @@ div.storage-usage-progressbar div.ui-progressbar-value { line-height: 20px; display: block; text-align: center; + border-radius: 0; } /* summary tabs */