fixed the issue of search and download button having different colors

This commit is contained in:
huangjx
2021-10-28 19:11:15 +08:00
parent 91cda7a7e2
commit e4b0d4c856
2 changed files with 6 additions and 5 deletions

View File

@@ -164,7 +164,8 @@ export default {
.checkboxes {
border-radius: 0%;
}
.download-button {
.download-button,
.search-button {
height: $column-height;
.btn-primary {
color: #fff;
@@ -179,15 +180,15 @@ export default {
.magnet-link,
.choose-file {
background-color: #9f9fcd;
background-color: #a0a0ae;
border-radius: 15px 0px 0px 15px;
}
.youtube-dl-link {
background-color: #c4c4d9;
background-color: #b8b8ca;
}
.search-torrents {
background-color: #b4b4c6;
background-color: #d0d0e0;
}
.checkboxes {