Add transparency to topbar.
This commit is contained in:
parent
bea817df2d
commit
ff1c747e65
1 changed files with 3 additions and 3 deletions
|
@ -931,14 +931,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.top-nav-group {
|
||||
background: var(--baseColor);
|
||||
background: #1e1e1e99;
|
||||
border: 1px solid lighten(@baseColor, 8);
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
height: 32px;
|
||||
|
||||
.app-sidebar-item {
|
||||
background-color: var(--baseColor);
|
||||
background-color: #1e1e1e00;
|
||||
border-radius: 10px!important;
|
||||
border:0px;
|
||||
min-width: 120px;
|
||||
|
@ -3605,4 +3605,4 @@ body[platform='darwin'] {
|
|||
@import url("less/linux.less");
|
||||
@import url("less/compact.less");
|
||||
@import url("less/directives.less");
|
||||
@import url("less/macosemu.less");
|
||||
@import url("less/macosemu.less");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue