mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 03:48:22 +02:00
Fixing issues with header dropdown menu's submenu
This commit is contained in:
parent
7f5f028cc5
commit
1b75c950bd
2 changed files with 20 additions and 2 deletions
|
@ -274,7 +274,7 @@
|
|||
li {
|
||||
width:100%;
|
||||
|
||||
a:hover {
|
||||
a:hover, a:focus {
|
||||
background:#3C6670;
|
||||
}
|
||||
}
|
||||
|
@ -287,6 +287,24 @@
|
|||
padding: 0px 5px;
|
||||
}
|
||||
}
|
||||
.dropdown-submenu {
|
||||
float: left;
|
||||
|
||||
&:hover > a, &:focus > a {
|
||||
background:#3C6670;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
margin-left: -1px;
|
||||
top: 0;
|
||||
margin-top: -1px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
>a:after {
|
||||
border-left-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.constant-Nav{
|
||||
float:left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue