diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-26 19:21:09 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-26 19:21:09 -0500 |
commit | 56e27c653f73d0846b93f56e355619e142b76500 (patch) | |
tree | 346657722059f09219421a0f88183014a9d7daba /src/client/views/nodes/FormattedTextBox.scss | |
parent | efe5d9515c88f6e0963ae1c04545b7bbbd8beb55 (diff) | |
parent | 04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (diff) |
fixed bugs and merged with master
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 0389a3f85..f06fdae24 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -9,8 +9,10 @@ } .formattedTextBox-cont { - background: beige; - padding: 0; + background: rgb(218, 215, 215); + padding: 1; + border: black; + border-width: 10; overflow-y: scroll; overflow-x: hidden; color: initial; |