initial commit
This commit is contained in:
21
node_modules/vis/lib/shared/tooltip.css
generated
vendored
Normal file
21
node_modules/vis/lib/shared/tooltip.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
div.vis-tooltip {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
padding: 5px;
|
||||
white-space: nowrap;
|
||||
|
||||
font-family: verdana;
|
||||
font-size:14px;
|
||||
color:#000000;
|
||||
background-color: #f5f4ed;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #808074;
|
||||
|
||||
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
|
||||
pointer-events: none;
|
||||
|
||||
z-index: 5;
|
||||
}
|
||||
Reference in New Issue
Block a user