mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
added box shadows because it looks nicer
This commit is contained in:
parent
4961af16dc
commit
237af5645d
@ -133,6 +133,9 @@ main {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
-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);
|
||||||
}
|
}
|
||||||
.box-art:hover {
|
.box-art:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -152,6 +155,9 @@ main {
|
|||||||
width: 150px !important;
|
width: 150px !important;
|
||||||
height: 150px !important;
|
height: 150px !important;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
-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);
|
||||||
}
|
}
|
||||||
.host-cell:hover {
|
.host-cell:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user