You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Scott Aslan (JIRA)" <ji...@apache.org> on 2016/07/05 22:01:11 UTC

[jira] [Assigned] (NIFI-2031) Global menu and button style changes

     [ https://issues.apache.org/jira/browse/NIFI-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Aslan reassigned NIFI-2031:
---------------------------------

    Assignee: Scott Aslan

> 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
>            Assignee: Scott Aslan
>            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)