diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-20 20:57:18 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-20 20:57:18 +0200 |
commit | 1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c (patch) | |
tree | eee2ef647a5a099f03cfac15dc6c6869e57a4834 /client/src/app/+admin | |
parent | f845c68305f61686b5d3336fa9251afeae0c083a (diff) | |
download | PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.tar.gz PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.tar.zst PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.zip |
fix nav tab and tag color in dark theme
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/follows/following-add/following-add.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/following-add/following-add.component.scss b/client/src/app/+admin/follows/following-add/following-add.component.scss index 7594b502c..1baddc95f 100644 --- a/client/src/app/+admin/follows/following-add/following-add.component.scss +++ b/client/src/app/+admin/follows/following-add/following-add.component.scss | |||
@@ -5,6 +5,13 @@ textarea { | |||
5 | height: 250px; | 5 | height: 250px; |
6 | } | 6 | } |
7 | 7 | ||
8 | .form-control { | ||
9 | &, &:focus { | ||
10 | background-color: var(--inputColor); | ||
11 | color: var(--mainForegroundColor); | ||
12 | } | ||
13 | } | ||
14 | |||
8 | input[type=submit] { | 15 | input[type=submit] { |
9 | @include peertube-button; | 16 | @include peertube-button; |
10 | @include orange-button; | 17 | @include orange-button; |