aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 15:59:43 +0200
committerChocobozzz <me@florianbigard.com>2018-09-05 15:59:43 +0200
commitdb6d617dd2e578894661e57dafe02194e2b28f16 (patch)
tree23f1fe922d63bfa584a0284016aa2a08af870a86 /client/src
parent1d6587aa42ddaa5acdf3a99127797377c7717850 (diff)
downloadPeerTube-db6d617dd2e578894661e57dafe02194e2b28f16.tar.gz
PeerTube-db6d617dd2e578894661e57dafe02194e2b28f16.tar.zst
PeerTube-db6d617dd2e578894661e57dafe02194e2b28f16.zip
Fix occitan label
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss2
-rw-r--r--client/src/sass/include/_variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index b96cf07c0..bf4cccaaf 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -27,7 +27,7 @@ body {
27 --mainBackgroundColor: #{$bg-color}; 27 --mainBackgroundColor: #{$bg-color};
28 --mainForegroundColor: #{$fg-color}; 28 --mainForegroundColor: #{$fg-color};
29 --submenuColor: #{$sub-menu-color}; 29 --submenuColor: #{$sub-menu-color};
30 --inputColor: #{$input-color}; 30 --inputColor: #{$input-background-color};
31 --inputPlaceholderColor: #{$input-placeholder-color}; 31 --inputPlaceholderColor: #{$input-placeholder-color};
32 32
33 font-family: $main-fonts; 33 font-family: $main-fonts;
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 0735a00a0..6ea48f800 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -46,7 +46,7 @@ $video-thumbnail-width: 200px;
46 46
47$theater-bottom-space: 85px; 47$theater-bottom-space: 85px;
48 48
49$input-color: inherit; 49$input-background-color: $bg-color;
50$input-placeholder-color: #898989; 50$input-placeholder-color: #898989;
51 51
52/*** map theme ***/ 52/*** map theme ***/