mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-04 14:56:05 +00:00
progress commit for prettier app cancel button
This commit is contained in:
@@ -107,7 +107,7 @@ main {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#pairButton {
|
||||
margin: 3px;
|
||||
margin: 3px;s
|
||||
}
|
||||
#showAppsButton {
|
||||
margin: 3px;
|
||||
@@ -177,3 +177,20 @@ main {
|
||||
width: 80px;;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.cancel-cell {
|
||||
/*display: inline-block;*/
|
||||
background-color: #000;
|
||||
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
|
||||
}
|
||||
.cancel-cell > img {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 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);
|
||||
}
|
||||
.cancel-cell:hover > img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user