nodebb-plugin-composer-default 10.0.3 → 10.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-composer-default",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -266,7 +266,7 @@
266
266
 
267
267
  input {
268
268
  &::placeholder{
269
- color: $body-color;
269
+ color: $input-placeholder-color;
270
270
  }
271
271
  color: $body-color;
272
272
  font-size: 16px;
@@ -1,7 +1,7 @@
1
1
  <div component="composer" class="composer<!-- IF resizable --> resizable<!-- ENDIF resizable --><!-- IF !isTopicOrMain --> reply<!-- ENDIF !isTopicOrMain -->">
2
2
 
3
3
  <div class="composer-container">
4
- <nav class="navbar fixed-top mobile-navbar hidden-md hidden-lg text-bg-primary">
4
+ <nav class="navbar fixed-top mobile-navbar hidden-md hidden-lg text-bg-primary flex-nowrap">
5
5
  <div class="btn-group">
6
6
  <button class="btn btn-sm btn-primary composer-discard" data-action="discard" tabindex="-1"><i class="fa fa-times"></i></button>
7
7
  <button class="btn btn-sm btn-primary composer-minimize" data-action="minimize" tabindex="-1"><i class="fa fa-minus"></i></button>
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <!-- ENDIF isTopic -->
14
14
  <!-- IF !isTopicOrMain -->
15
- <h4 class="title">[[topic:composer.replying_to, "{title}"]]</h4>
15
+ <h4 class="title text-bg-primary">[[topic:composer.replying_to, "{title}"]]</h4>
16
16
  <!-- ENDIF !isTopicOrMain -->
17
17
  <div class="display-scheduler float-end{{{ if !canSchedule }}} hidden{{{ end }}}">
18
18
  <i class="fa fa-clock-o"></i>
@@ -98,7 +98,7 @@
98
98
 
99
99
  <div class="write-preview-container">
100
100
  <div class="write-container me-1">
101
- <div class="help-text text-muted">
101
+ <div class="help-text text-black-50 ">
102
102
  <span class="help hidden">[[modules:composer.compose]] <i class="fa fa-question-circle"></i></span>
103
103
  <span class="toggle-preview hide">[[modules:composer.show_preview]]</span>
104
104
  </div>
@@ -106,7 +106,7 @@
106
106
  <textarea class="write" tabindex="4" placeholder="[[modules:composer.textarea.placeholder]]">{body}</textarea>
107
107
  </div>
108
108
  <div class="hidden-sm hidden-xs preview-container ms-1">
109
- <div class="help-text text-muted">
109
+ <div class="help-text text-black-50">
110
110
  <span class="toggle-preview">[[modules:composer.hide_preview]]</span>
111
111
  </div>
112
112
  <div class="preview card card-body bg-light"></div>