Skip to content

Commit

Permalink
[CP2] navbar user style fix (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciasc authored Dec 10, 2024
1 parent 07e0369 commit 6da6b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cp2/ControlPanel/static_cp/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,16 @@ body#DemoList header {
position: absolute;
overflow: auto;
box-shadow: #63636333 0px 15px 25px 0px;
backdrop-filter: blur(1rem);
border-radius: 1rem;
}

.dropdown > button {
font-size: var(--fs-medium);
font-weight: var(--fw-medium);
border: 0;
background: none;
padding-block: 1rem;
}

.dropdown:hover .dropdown-content {
Expand Down

0 comments on commit 6da6b82

Please sign in to comment.