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

Commit

Permalink
Updated CSS with some themeroller compatibility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Dec 8, 2010
1 parent 3964500 commit 82de9fa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion 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: Wed Dec 8 14:39:35 2010 +0000
* Date: Wed Dec 8 17:37:27 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -104,6 +104,11 @@

}

/*! ThemeRoller compatibility */
.ui-widget .ui-tooltip-wrapper{
border-width: 0;
}


/*! Default tooltip style */
.ui-tooltip-wrapper{
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: Wed Dec 8 14:39:35 2010 +0000
* Date: Wed Dec 8 17:37:27 2010 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/core.css
Expand Up @@ -90,6 +90,11 @@

}

/*! ThemeRoller compatibility */
.ui-widget .ui-tooltip-wrapper{
border-width: 0;
}


/*! Default tooltip style */
.ui-tooltip-wrapper{
Expand Down

0 comments on commit 82de9fa

Please sign in to comment.