diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-06-13 16:07:03 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-06-13 16:07:03 -0400 |
| commit | 552e7b558f6627d91471ca1ee33d3505a94a3a86 (patch) | |
| tree | 077ed30ede280725162e154537cbd8646ae38e45 /src/client/util/TooltipTextMenu.scss | |
| parent | 0a6c03f109254e36556482e75fa5fb14491d1626 (diff) | |
highlighting
Diffstat (limited to 'src/client/util/TooltipTextMenu.scss')
| -rw-r--r-- | src/client/util/TooltipTextMenu.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/util/TooltipTextMenu.scss b/src/client/util/TooltipTextMenu.scss index af449071e..676411535 100644 --- a/src/client/util/TooltipTextMenu.scss +++ b/src/client/util/TooltipTextMenu.scss @@ -235,7 +235,7 @@ .tooltipMenu { position: absolute; z-index: 50; - background: whitesmoke; + background: black; border: 1px solid silver; border-radius: 15px; padding: 2px 10px; @@ -308,8 +308,8 @@ } .summarize{ margin-left: 15px; - color: black; + color: white; height: 20px; - background-color: white; + // background-color: white; text-align: center; - } + }
\ No newline at end of file |
