diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-20 10:57:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-20 10:57:59 +0200 |
commit | b66c5e58f13c790a8933117b0f8ba73ed37c1855 (patch) | |
tree | c2ad85ed9ff700ee78c959ec4fab8a6abcdf98cd /client/src/app/header/header.component.scss | |
parent | 6189b699fbc2d428d6baf09473356ed4568ea2a6 (diff) | |
download | PeerTube-b66c5e58f13c790a8933117b0f8ba73ed37c1855.tar.gz PeerTube-b66c5e58f13c790a8933117b0f8ba73ed37c1855.tar.zst PeerTube-b66c5e58f13c790a8933117b0f8ba73ed37c1855.zip |
Fix upload button color in dark mode
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 91b390773..1e4ce2c56 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,6 @@ my-search-typeahead { | |||
10 | @include orange-button; | 10 | @include orange-button; |
11 | @include button-with-icon(22px, 3px, -1px); | 11 | @include button-with-icon(22px, 3px, -1px); |
12 | 12 | ||
13 | color: var(--mainBackgroundColor) !important; | ||
14 | margin-right: 25px; | 13 | margin-right: 25px; |
15 | 14 | ||
16 | @media screen and (max-width: 600px) { | 15 | @media screen and (max-width: 600px) { |