[
https://issues.apache.org/jira/browse/NIFI-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546420#comment-15546420
]
Rob Moran commented on NIFI-2603:
---------------------------------
Here are color codes and a few other styling details:
Running {code}color: #7bbda2;
text-shadow: 0 0 4px rgba(255,255,255,1);{code}
Stopped {code}color: #d18686;
text-shadow: 0 0 4px rgba(255,255,255,1);{code}
Invalid {code}color: #cea958;
text-shadow: 0 0 4px rgba(255,255,255,1);{code}
Disabled {code}color: #69afcf;
text-shadow: 0 0 4px rgba(255,255,255,1);{code}
For any icon in main/process group flow status bar when value is '0':
{code}color: #aabec7;
text-shadow: none;{code}
In the process group status bar, the following class should be updated to:
{code}text.process-group-contents-count {
font-weight: 500;
font-size: 13px;
fill: #775351;
}{code}
> Bringing Some UI Color Back
> ---------------------------
>
> Key: NIFI-2603
> URL: https://issues.apache.org/jira/browse/NIFI-2603
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Peter Wicks
> Priority: Minor
> Attachments: settings-shell-controller-services.png,
> settings-shell-reporting-tasks.png, status-bars-and-components.png,
> summary-shell.png
>
>
> In the new 1.0 UI all of the colors associated with status (except the orange
> triangle) are gone; replaced with a dark gray color.
> I propose bringing back color. The screenshots are in the format of before
> on the top and after on the bottom, except were labeled in the picture itself:
> - Top Status Menu: https://goo.gl/photos/se1JnvhRwU7N4Fap7
> - Process Group: https://goo.gl/photos/dqjG4KvC6xqxQfgT7
> - Processes (Running/Stopped/Invalid):
> https://goo.gl/photos/dSS8vgE2RkrXtc77A
> - Operate Play/Stop buttons (only on mouse hover):
> https://goo.gl/photos/Am5SUEEn7G9RjmMe6
> - Processor/Processor Group Context Menu:
> https://goo.gl/photos/Jq3qFg4ezaN91qms5
> This is not a "100% done, I've covered everything" before/after list. I know
> I need to do the NiFi summary page also at the minimum.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)