diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-10 20:23:56 -0400 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-10 20:23:56 -0400 |
| commit | d10a091db9b2dd2656fde172628d62c4dbf67970 (patch) | |
| tree | 8f1898a2a68726622be4bd9d121f195e49d9ed9b /src/client/util/TooltipTextMenu.scss | |
| parent | 06fb2bef46222c65d594b600bfeb72fb6a7f8212 (diff) | |
changed the format of the text tooltip menu
Diffstat (limited to 'src/client/util/TooltipTextMenu.scss')
| -rw-r--r-- | src/client/util/TooltipTextMenu.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/util/TooltipTextMenu.scss b/src/client/util/TooltipTextMenu.scss index fa43f5326..ea580d104 100644 --- a/src/client/util/TooltipTextMenu.scss +++ b/src/client/util/TooltipTextMenu.scss @@ -1,8 +1,9 @@ +@import "../views/global_variables"; .tooltipMenu { position: absolute; z-index: 20; - background: rgb(19, 18, 18); + background: $dark-color; border: 1px solid silver; border-radius: 4px; padding: 2px 10px; @@ -31,14 +32,14 @@ bottom: -4.5px; border: 5px solid transparent; border-bottom-width: 0; - border-top-color: black; + border-top-color: $dark-color; } .menuicon { display: inline-block; border-right: 1px solid rgba(0, 0, 0, 0.2); //color: rgb(19, 18, 18); - color: white; + color: $light-color; line-height: 1; padding: 0px 2px; margin: 1px; |
