mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
inverted colors of hostgrid sample on hover to improve readability
This commit is contained in:
parent
db256962a4
commit
4c882e83fd
@ -164,6 +164,11 @@ main {
|
|||||||
}
|
}
|
||||||
.host-cell:hover {
|
.host-cell:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
.host-cell:hover img {
|
||||||
|
-webkit-filter: invert(100%);
|
||||||
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
.host-cell img {
|
.host-cell img {
|
||||||
width: 80px;;
|
width: 80px;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user