From 3c07a6228dbbb9d9594727f55bff88825dd13150 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 25 Jun 2011 01:40:04 +0530 Subject: [PATCH] minor - tooltip css --- jquery.tooltip.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/jquery.tooltip.css b/jquery.tooltip.css index 77d0357..a1a202e 100644 --- a/jquery.tooltip.css +++ b/jquery.tooltip.css @@ -1,9 +1,14 @@ #tooltip { position: absolute; z-index: 3000; - border: 1px solid #111; - background-color: #eee; - padding: 5px; - opacity: 0.85; + border: 1px solid #aaa; + background-color: #393939; + padding: 8px; + color: #fff; + font-size: 12px; + border-radius: 8px; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + opacity: 0.9; } #tooltip h3, #tooltip div { margin: 0; }