mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
theme-ify!
This commit is contained in:
parent
aef9323f21
commit
8ce8ca18ff
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ limitations under the License.
|
|||
|
||||
.mx_MessageEditor_editor {
|
||||
border-radius: 4px;
|
||||
border: solid 1px #e9edf1;
|
||||
background-color: #ffffff;
|
||||
border: solid 1px $primary-hairline-color;
|
||||
background-color: $primary-bg-color;
|
||||
padding: 3px 6px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
|
Loading…
Reference in a new issue