mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Replaced border to outline to avoid content jumping
This commit is contained in:
parent
34b6004ad3
commit
50d21da453
@ -299,10 +299,10 @@ main {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.current-game {
|
.current-game {
|
||||||
border: 2px solid #00A3C6;
|
outline: auto #8BC34A;
|
||||||
}
|
}
|
||||||
.host-cell-inactive {
|
.host-cell-inactive {
|
||||||
border: 3px solid #8e0000;
|
outline: auto #F44336;
|
||||||
}
|
}
|
||||||
.host-cell:hover {
|
.host-cell:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user