diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-10-12 17:18:58 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-10-12 17:18:58 -0400 |
| commit | e8095539c208169b1883e8e73686382d8d8c6336 (patch) | |
| tree | 1ba21677f34b92b7232f59becdc35a8e41a59d83 /src/client/util/TooltipTextMenu.scss | |
| parent | 1b0f0e5e434bc23128b50303ffc2b13244ba6325 (diff) | |
created color picker for text on rich text menu
Diffstat (limited to 'src/client/util/TooltipTextMenu.scss')
| -rw-r--r-- | src/client/util/TooltipTextMenu.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/util/TooltipTextMenu.scss b/src/client/util/TooltipTextMenu.scss index 11c937471..f94799936 100644 --- a/src/client/util/TooltipTextMenu.scss +++ b/src/client/util/TooltipTextMenu.scss @@ -336,6 +336,27 @@ } } +.colorPicker-wrapper { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + margin-top: 3px; + margin-left: -3px; + width: calc(100% + 6px); +} + +button.colorPicker { + width: 20px; + height: 20px; + border-radius: 15px !important; + margin: 3px; + border: none !important; + + &.active { + border: 2px solid white !important; + } +} + // @import "../views/globalCssVariables"; // .ProseMirror-textblock-dropdown { |
