[
https://issues.apache.org/jira/browse/NIFI-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Moran updated NIFI-2031:
----------------------------
Description:
Please make the following changes to the global menu and button:
*For #global-menu-content:*
REMOVE
border-radius:2px;
CHANGE
padding:0;
TO
padding:3px 0;
CHANGE
box-shadow: 0 2px 3px rgba(0,0,0,0.35);
TO
box-shadow: 0 3px 6px rgba(0,0,0,0.3);
*For #global-menu-button:*
REMOVE
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0 10px;
CHANGE
border: 1px solid #aabbc3;
TO
border:0;
ADD
height:56px;
width:63px;
*For #global-menu-button:hover*
CHANGE
background-color: #c7d2d7;
TO
background-color:#e3e8eb;
CHANGE
box-shadow: 0 1px 1px rgba(0,0,0,0.15);
TO
box-shadow:0 3px 6px rgba(0,0,0,0.3);
was:
Please make the following changes to the global menu and button:
*For #global-menu-content:*
REMOVE
border-radius:2px;
CHANGE
padding:0;
TO
padding:3px 0;
CHANGE
box-shadow: 0 2px 3px rgba(0,0,0,0.35);
TO
box-shadow: 0 3px 6px rgba(0,0,0,0.3);
*For #global-menu-button:*
REMOVE
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0 10px;
CHANGE
border: 1px solid #aabbc3;
TO
border:0;
ADD
height:56px;
width:63px;
*For #global-menu-button:hover*
REMOVE
box-shadow: 0 1px 1px rgba(0,0,0,0.15);
> Global menu and button style changes
> ------------------------------------
>
> Key: NIFI-2031
> URL: https://issues.apache.org/jira/browse/NIFI-2031
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Rob Moran
> Priority: Minor
>
> Please make the following changes to the global menu and button:
> *For #global-menu-content:*
> REMOVE
> border-radius:2px;
> CHANGE
> padding:0;
> TO
> padding:3px 0;
> CHANGE
> box-shadow: 0 2px 3px rgba(0,0,0,0.35);
> TO
> box-shadow: 0 3px 6px rgba(0,0,0,0.3);
> *For #global-menu-button:*
> REMOVE
> border-top-left-radius: 2px;
> border-top-right-radius: 2px;
> margin: 0 10px;
> CHANGE
> border: 1px solid #aabbc3;
> TO
> border:0;
> ADD
> height:56px;
> width:63px;
> *For #global-menu-button:hover*
> CHANGE
> background-color: #c7d2d7;
> TO
> background-color:#e3e8eb;
> CHANGE
> box-shadow: 0 1px 1px rgba(0,0,0,0.15);
> TO
> box-shadow:0 3px 6px rgba(0,0,0,0.3);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)