vendor/assets/stylesheets/tooltip.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/tooltip.css.scss in flashgrid-3.0.0

- old
+ new

@@ -41,11 +41,11 @@ .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { - background: rgba(71,74,84,1); + background: rgba(56,67,81,1); border-radius: 3px; color: rgba(255,255,255,1); letter-spacing: 0; max-width: 200px; padding: 5px 10px; @@ -59,31 +59,31 @@ height: 0; position: absolute; width: 0; } .tooltip.top .tooltip-arrow { - border-top-color: rgba(71,74,84,1); + border-top-color: rgba(56,67,81,1); border-width: 5px 5px 0; bottom: 0; left: 50%; margin-left: -5px; } .tooltip.right .tooltip-arrow { - border-right-color: rgba(71,74,84,1); + border-right-color: rgba(56,67,81,1); border-width: 5px 5px 5px 0; left: 0; margin-top: -5px; top: 50%; } .tooltip.left .tooltip-arrow { - border-left-color: rgba(71,74,84,1); + border-left-color: rgba(56,67,81,1); border-width: 5px 0 5px 5px; margin-top: -5px; right: 0; top: 50%; } .tooltip.bottom .tooltip-arrow { - border-bottom-color: rgba(71,74,84,1); + border-bottom-color: rgba(56,67,81,1); border-width: 0 5px 5px; left: 50%; margin-left: -5px; top: 0; } \ No newline at end of file