From cdd172c32c2daa354bd378afaf8ea474a0110147 Mon Sep 17 00:00:00 2001 From: Steven Benner Date: Tue, 31 Jul 2012 11:08:01 -0700 Subject: [PATCH] Added fallback for browsers without rgba support. --- jquery.powertip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.powertip.css b/jquery.powertip.css index 58a33dc5..a830eec6 100644 --- a/jquery.powertip.css +++ b/jquery.powertip.css @@ -1,6 +1,7 @@ /* PowerTip Plugin */ #powerTip { cursor: default; + background-color: #333; /* fallback for browsers that dont support rgba */ background-color: rgba(0, 0, 0, 0.8); border-radius: 6px; color: #FFF;