mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Change menu borders to be consistent with the page layout
This commit is contained in:
parent
00858a9d30
commit
69690ceff8
1 changed files with 2 additions and 2 deletions
|
@ -286,12 +286,12 @@ li{
|
|||
color:#6a6a6a;
|
||||
text-decoration:none;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid transparent;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
#menu li:hover a,#menu li.active a{
|
||||
color:#000;
|
||||
background-color:#fff;
|
||||
border:1px solid #d8d8d8;
|
||||
border:2px solid #ebebeb;
|
||||
border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue