diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-28 15:02:20 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-28 15:02:20 -0400 |
| commit | 4b7672c75fe5cdf6afe534e67213917b24980c3e (patch) | |
| tree | 1fc93c899e2965c73cf581f0ffe24dd78791b9ee /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 19ba56239796cc6a421bbb02affc47802ef824a7 (diff) | |
added better support for usermarks and fledliging for accept changes.
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index e93ceda21..03e81bfca 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -67,6 +67,23 @@ font-style: italic; } +.userMarkOpen { + background: rgba(255, 255, 0, 0.267); + display: inline; +} +.userMark { + background: rgba(255, 255, 0, 0.267); + font-size: 2px; + display: inline-grid; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width:10px; + min-height:10px; + text-align:center; + align-content: center; +} + ol { counter-reset: deci 0;} .decimal-ol { counter-reset: deci 0; p { display: inline }; font-size: 24 } .decimal2-ol {counter-reset: deci2; p { display: inline }; font-size: 18 } |
