diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-06 10:34:04 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-06 10:34:04 -0500 |
| commit | 6283dcc3b7889ff431941e0bcb92591ff7a64e0e (patch) | |
| tree | 95787ee9e51e309f044d4bfa0a5b8978310e3d60 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 498f915675c1a7e6a3c3b332a2ecc77222bb4785 (diff) | |
floating tooltip rich text menu has some basic functionality
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 16 |
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 |
