aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-26 16:15:14 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-26 16:15:14 -0500
commitd6c6bd0399a787d2f54655ed5b32df5355ebd711 (patch)
treedbda64f35b9f068b3870a1a10a2855c0dcf3191f /src/client/views/nodes/FormattedTextBox.scss
parent56f861dcec1443c84af2f3bd98c4422ccdf82e1c (diff)
parent3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff)
mer con
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;