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

@@ -5,7 +5,7 @@
<summary>Aria2 and youtube-dl web gui for nextcloud</summary> <summary>Aria2 and youtube-dl web gui for nextcloud</summary>
<description>built-in torrent search;Start and stop Aria2 process, manage Aria2 from the web; <description>built-in torrent search;Start and stop Aria2 process, manage Aria2 from the web;
Download videos from youtube, twitter and other sites;</description> Download videos from youtube, twitter and other sites;</description>
<version>0.4.1</version> <version>0.5.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author> <author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author>
<namespace>NCDownloader</namespace> <namespace>NCDownloader</namespace>

View File

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