mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Apply consistent menu border radius
This commit is contained in:
parent
b757761d85
commit
d145443da4
1 changed files with 4 additions and 0 deletions
|
@ -287,6 +287,10 @@ li p{
|
||||||
min-width:120%;
|
min-width:120%;
|
||||||
padding:5px 0px;
|
padding:5px 0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
|
border-radius:5px;
|
||||||
|
-webkit-border-radius:5px;
|
||||||
|
border-top-left-radius:0px;
|
||||||
|
-webkit-border-top-left-radius:0px;
|
||||||
}
|
}
|
||||||
#menusimple li:hover ul{
|
#menusimple li:hover ul{
|
||||||
display:block;
|
display:block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue