aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-25 21:21:14 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-25 21:21:14 -0500
commit4c84114b79eaadb494258d3d8e8163280266247d (patch)
treed2d41b602c526a53b990bc1a3e500116f479711e /src/client/views/nodes/FormattedTextBox.scss
parent292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff)
fixed some small things
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss6
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;