aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-03-08 00:13:13 -0500
committerGitHub <noreply@github.com>2019-03-08 00:13:13 -0500
commitc0d9d7fbac952329d97ddc5c6f96fb02d9ab42f3 (patch)
tree6464cd134b322bb3f56900112064f3a2c8b26a5b /src/client/views/nodes/FormattedTextBox.scss
parent5a1da11a5767899aac2f1bfac6d33e0ee5d47c9e (diff)
parenta25c7e5e436d772afe4b28300fc6999a78f7bba6 (diff)
Merge pull request #44 from browngraphicslab/improveText
tooltip text editor
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 21bd43b6e..cddbef6be 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -17,4 +17,18 @@
overflow-x: hidden;
color: initial;
height: 100%;
-} \ No newline at end of file
+}
+
+.menuicon {
+ display: inline-block;
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
+ color: #888;
+ line-height: 1;
+ padding: 0 7px;
+ margin: 1px;
+ cursor: pointer;
+ text-align: center;
+ min-width: 1.4em;
+ }
+ .strong, .heading { font-weight: bold; }
+ .em { font-style: italic; } \ No newline at end of file