'init'
This commit is contained in:
27
app/components/MacFrameButtons/MacFrameButtons.module.css
Normal file
27
app/components/MacFrameButtons/MacFrameButtons.module.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.traffic_lights {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 12px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
z-index: 10;
|
||||
app-region: no-drag;
|
||||
}
|
||||
.close_btn, .minimize_btn, .maximize_btn {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.close_btn {
|
||||
background-color: #ff5f57;
|
||||
}
|
||||
.minimize_btn {
|
||||
background-color: #ffbd2e;
|
||||
}
|
||||
.maximize_btn {
|
||||
background-color: #28c840;
|
||||
}
|
||||
.disabled {
|
||||
opacity: 0.4;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user