Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Tipsy style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Apr 26, 2011
1 parent c8f20dc commit faa87ad
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Apr 26 12:42:32 2011 +0100
* Date: Tue Apr 26 13:30:25 2011 +0100
*/

/* Fluid class for determining actual width in IE */
Expand Down Expand Up @@ -445,8 +445,7 @@

/* Tipsy style */
.ui-tooltip-tipsy{
border: 0 solid #000;
border: 0 solid rgba(0,0,0,.87);
border: 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar,
Expand All @@ -457,7 +456,7 @@
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";

color: white;
border: 0 dashed transparent;
border: 0px transparent;

font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Apr 26 12:42:32 2011 +0100
* Date: Tue Apr 26 13:30:25 2011 +0100
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down

0 comments on commit faa87ad

Please sign in to comment.