Commit bbb45c47 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[common] updated tootip for embed mode

parent 3d18b36c
......@@ -683,7 +683,15 @@
.tooltip {
.tooltip-inner {
background-color: #fff;
border: 1px solid #333;
color: #333
border: 1px solid rgba(0,0,0,0.15);
color: #333;
font-weight: bold;
line-height: 26px;
font-size: 11px;
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.tooltip-arrow {
display: none;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment