hovering over close will now make the button red
This commit is contained in:
parent
984c32a138
commit
d5d6bbac24
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue