mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +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 {
|
||||
cursor: pointer;
|
||||
color: #000 !important;
|
||||
}
|
||||
.host-cell:hover img {
|
||||
-webkit-filter: invert(100%);
|
||||
filter: invert(100%);
|
||||
}
|
||||
.host-cell img {
|
||||
width: 80px;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user