mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
inverted colors of hostgrid sample on hover to improve readability
This commit is contained in:
@@ -164,6 +164,11 @@ main {
|
||||
}
|
||||
.host-cell:hover {
|
||||
cursor: pointer;
|
||||
color: #000 !important;
|
||||
}
|
||||
.host-cell:hover img {
|
||||
-webkit-filter: invert(100%);
|
||||
filter: invert(100%);
|
||||
}
|
||||
.host-cell img {
|
||||
width: 80px;;
|
||||
|
||||
Reference in New Issue
Block a user