vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.11 vs vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.12
- old
+ new
@@ -9,10 +9,11 @@
display: block;
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
+ letter-spacing: 0;
line-height: 17px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-decoration: none;
@@ -42,9 +43,10 @@
}
.tooltip-inner {
background-color: rgba(71,74,84,1);
border-radius: 3px;
color: rgba(255,255,255,1);
+ letter-spacing: 0;
max-width: 200px;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
\ No newline at end of file