mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
changed cursor on hover to pointer for hostgrid and back button
This commit is contained in:
parent
e269b73bd3
commit
02036a6d14
Binary file not shown.
@ -19,6 +19,9 @@
|
||||
margin-left: -20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#backIcon:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.mdl-dialog {
|
||||
border: none;
|
||||
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
||||
@ -147,6 +150,9 @@ main {
|
||||
height: 150px !important;
|
||||
background-color: #000;
|
||||
}
|
||||
.host-cell:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.host-cell img {
|
||||
width: 80px;;
|
||||
margin-bottom: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user