Various changes for macos build

This commit is contained in:
Core 2022-02-02 17:52:19 +00:00
parent eb97b43e90
commit bd18804ccd
3 changed files with 18 additions and 13 deletions

View file

@ -1072,7 +1072,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.minimize {
height: 12px;
width: 12px;
background-color: rgb(0, 202, 86);
background-color: rgb(255, 92, 92);
border-radius: 50%;
display: inline-block;
margin: auto 4px;
@ -1099,7 +1099,7 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.mi
body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.close {
height: 12px;
width: 12px;
background-color: rgb(255, 92, 92);
background-color: rgb(0, 202, 86);
border-radius: 50%;
display: inline-block;
margin: auto 4px auto 4px;