mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
28 lines
387 B
SCSS
28 lines
387 B
SCSS
.menu {
|
|
-webkit-app-region: drag;
|
|
z-index: 9000 !important;
|
|
border: 0px;
|
|
border-radius: 0px;
|
|
|
|
.item,
|
|
.item * {
|
|
border-radius: 0px;
|
|
-webkit-app-region: no-drag;
|
|
cursor: default !important;
|
|
}
|
|
}
|
|
|
|
.traffic-light {
|
|
&:before {
|
|
display: none !important;
|
|
}
|
|
|
|
i {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
.close:hover {
|
|
background: rgba(255, 0, 0, .15) !important;
|
|
}
|