dropdown menu header
This commit is contained in:
@@ -2836,7 +2836,6 @@ a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
padding: 1rem; }
|
||||
#header-top .region-header-top-left ul .is-active {
|
||||
@@ -2844,7 +2843,8 @@ a {
|
||||
#header-top .region-header-top-left ul ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: none; }
|
||||
display: none;
|
||||
background: white; }
|
||||
#header-top .region-header-top-left ul ul .is-active {
|
||||
color: #009ee3; }
|
||||
#header-top .region-header-top-left ul li {
|
||||
@@ -2862,7 +2862,7 @@ a {
|
||||
color: #009ee3; }
|
||||
#header-top .region-header-top-left ul li :hover {
|
||||
color: #009ee3; }
|
||||
#header-top .region-header-top-left ul:hover ul {
|
||||
#header-top .region-header-top-left ul li:hover ul {
|
||||
display: block; }
|
||||
#header-top #block-socialnetwork-2 {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user