Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

#header #edCustomappheader {}

.customTopNavigationLi  {
    color: black;
    list-style: none;
    font-weight: 100;
}

.customTopNavigationUl {
    display: inline-block;
    padding: 10px; 
    font-weight: 800;
    margin: 15px;
    margin-top: 5px;
}


.customTopNavigationMenu:hover .customTopNavigationDropdown {
    display: block;
}

.customTopNavigationDropdown {
    display: none;
    padding: 10px;
    background: white;
    color: black;
    position: absolute;
    border: 1px solid grey;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


  • No labels