mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
ensured cursor for hover on boxart is also a pointer
This commit is contained in:
parent
02036a6d14
commit
17ee04333e
@ -134,6 +134,9 @@ main {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.box-art:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.current-game {
|
.current-game {
|
||||||
border: 3px solid green;
|
border: 3px solid green;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user