hovering over close will now make the button red

This commit is contained in:
booploops 2021-12-20 19:52:46 -08:00
parent 984c32a138
commit d5d6bbac24

View file

@ -713,6 +713,10 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
background-position: center;
background-repeat: no-repeat;
-webkit-app-region: no-drag;
&:hover {
background-color: rgb(196, 43, 28)
}
}
.app-chrome .app-chrome-item>.window-controls>div.minmax {