Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 427503 - Orion New UI Improvements
- Added left arrow for side menu submenus

--Signed-off-by: Elijah El-Haddad <elijahe@ca.ibm.com>
  • Loading branch information
elijahe committed Feb 5, 2014
1 parent 7001268 commit f239e18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bundles/org.eclipse.orion.client.ui/web/css/layout.css
Expand Up @@ -501,6 +501,20 @@ hard-coded numbers elsewhere.
border-right:1px solid #bbb;
}

/* left arrow */
.sideMenuSubMenuItem:before {
width: 0;
height: 0;
top: 5px;
content: "";
left: 6px;
position: absolute;
z-index: 200;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 7px solid lightgrey;
}

.sideMenuSubMenuItemTop{
border-top:1px solid #bbb;
}
Expand Down

0 comments on commit f239e18

Please sign in to comment.