mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
added box shadows because it looks nicer
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user