mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
changed host buttons to be rounded, because looks nicer
This commit is contained in:
parent
237af5645d
commit
db256962a4
@ -158,6 +158,9 @@ main {
|
||||
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
|
||||
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
|
||||
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.host-cell:hover {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user