@@ -17,7 +17,7 @@
|
|||||||
"chromecasts": "^1.8.0",
|
"chromecasts": "^1.8.0",
|
||||||
"create-torrent": "^3.22.1",
|
"create-torrent": "^3.22.1",
|
||||||
"debug": "^2.2.0",
|
"debug": "^2.2.0",
|
||||||
"drag-drop": "^2.3.1",
|
"drag-drop": "^2.11.0",
|
||||||
"electron-localshortcut": "^0.6.0",
|
"electron-localshortcut": "^0.6.0",
|
||||||
"hyperx": "^2.0.2",
|
"hyperx": "^2.0.2",
|
||||||
"main-loop": "^3.2.0",
|
"main-loop": "^3.2.0",
|
||||||
|
|||||||
@@ -252,20 +252,20 @@ a:not(.disabled):hover, i:not(.disabled):hover {
|
|||||||
|
|
||||||
.torrent-placeholder {
|
.torrent-placeholder {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #666;
|
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.torrent-placeholder span {
|
.torrent-placeholder span {
|
||||||
border: 5px #444 dashed;
|
border: 5px #444 dashed;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
color: #666;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.drag .torrent-placeholder {
|
body.drag .torrent-placeholder span {
|
||||||
border-color: #def;
|
border-color: #def;
|
||||||
color: #def;
|
color: #def;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user