This commit is contained in:
huangjx
2022-02-17 20:32:07 +08:00
parent 5c05ce5e8b
commit 228588d25d
7 changed files with 33 additions and 6 deletions

View File

@@ -113,6 +113,7 @@ export default {
display: flex;
width: 100%;
height: $column-height;
font-size: medium;
.action-group {
width: 100%;
}
@@ -156,6 +157,9 @@ export default {
& div,
& select {
height: 100%;
color: #181616;
font-size: medium;
background-color: #bdbdcf;
}
}
}
@@ -191,11 +195,18 @@ export default {
background-color: #d0d0e0;
}
.search-torrents,
.youtube-dl-link,
.magnet-link,
.choose-file {
color: #181616;
}
.checkboxes {
background-color: #c4c4d9;
padding: 5px 1px;
}
input,
select,
button {
margin: 0px;
border: 0px;

View File

@@ -29,6 +29,8 @@ export default {
height: 100%;
margin: 0px;
background-color: $bg-color;
font-size: medium;
color: #181616;
}
}
@media only screen and (max-width: 1024px) {

View File

@@ -28,13 +28,12 @@
.table-row,
.table-row-search {
color : #3e3e3e;
font-weight: bold;
}
.table-cell:hover {
cursor : pointer;
background-color: #c4afaf;
background-color: #547573;
/* box-shadow : 0px 1px 4px rgba(0, 0, 0, .08); */
}
}
@@ -59,7 +58,6 @@
}
.table-cell:hover {
cursor : pointer;
background-color: #F0F0F0;
/* box-shadow : 0px 1px 4px rgba(0, 0, 0, .08); */
}