aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-09-06 19:47:54 +0300
committerKoren Lev <korenlev@gmail.com>2017-09-06 19:47:54 +0300
commitfc2702ba260b7a8705ee9f2d1f606af8dfa768da (patch)
tree1a9be5648c0148a0624de550351b5dfe75b6c5d4 /ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
parent7e0fce9122cc61aef397c7a4e2780fb018404513 (diff)
ui updates
Change-Id: I2d3f87e34a74ce21bbb9e3df989b6527337b7228 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl')
-rw-r--r--ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl11
1 files changed, 7 insertions, 4 deletions
diff --git a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl b/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
index ec94023..1bbb9d5 100644
--- a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
+++ b/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
@@ -3,23 +3,26 @@
.os-graph-tooltip-window
visibility: hidden;
+ max-height: 300px;
+ overflow: auto;
position: absolute;
text-align: left;
opacity: 0
- font: normal 18px sans-serif !important;
+ font: normal 16px sans-serif;
/* width: 60px; */
/* height: 28px; */
padding: 20px;
- font: 16px sans-serif;
background: dk-gray1;
color white
border: 2px solid stark-blue
- pointer-events: none;
+ // pointer-events: none;
transition: visibility 0.5s, opacity 0.5s linear
+ .sm-label
+ font-weight: bold;
+
.os-graph-tooltip-window.cl-visible
visibility: visible
opacity: 0.9
transition: visibility 0.2s, opacity 0.2s linear
-