From 228588d25d4b0e9dd4d9231f4b9bf028339b8b98 Mon Sep 17 00:00:00 2001 From: huangjx Date: Thu, 17 Feb 2022 20:32:07 +0800 Subject: [PATCH] fixed #26; --- img/nc.svg | 16 ++++++++++++++++ img/play.svg | 2 +- img/refresh.svg | 2 +- img/trash.svg | 2 +- src/components/mainForm.vue | 11 +++++++++++ src/components/textInput.vue | 2 ++ src/css/table.scss | 4 +--- 7 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 img/nc.svg diff --git a/img/nc.svg b/img/nc.svg new file mode 100644 index 0000000..f5b6c70 --- /dev/null +++ b/img/nc.svg @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/img/play.svg b/img/play.svg index b3fd3dc..e8bf27c 100644 --- a/img/play.svg +++ b/img/play.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/img/refresh.svg b/img/refresh.svg index ce46e1f..74244ca 100644 --- a/img/refresh.svg +++ b/img/refresh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/trash.svg b/img/trash.svg index 0ba7218..152e15c 100644 --- a/img/trash.svg +++ b/img/trash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/components/mainForm.vue b/src/components/mainForm.vue index dcee932..1784899 100644 --- a/src/components/mainForm.vue +++ b/src/components/mainForm.vue @@ -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; diff --git a/src/components/textInput.vue b/src/components/textInput.vue index 9e77684..5fe129e 100644 --- a/src/components/textInput.vue +++ b/src/components/textInput.vue @@ -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) { diff --git a/src/css/table.scss b/src/css/table.scss index 349562d..50b116d 100644 --- a/src/css/table.scss +++ b/src/css/table.scss @@ -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); */ }