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

Commit

Permalink
Updated extra.css with themeroller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Dec 8, 2010
1 parent 310cbfd commit b917872
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 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: Wed Dec 8 21:39:11 2010 +0000
* Date: Wed Dec 8 22:46:23 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -296,7 +296,7 @@ div.ui-tooltip-tip{
box-shadow: 0 0 3px #333;
}

div.ui-tooltip-youtube .ui-tooltip-close .ui-icon{
div.ui-tooltip-youtube .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}

Expand Down Expand Up @@ -339,7 +339,7 @@ div.ui-tooltip-tip{
background: transparent;
}

.ui-tooltip-jtools .ui-tooltip-close .ui-icon{
.ui-tooltip-jtools .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}

Expand Down Expand Up @@ -398,6 +398,6 @@ div.ui-tooltip-tip{
padding: 6px 10px;
}

.ui-tooltip-tipsy .ui-tooltip-close .ui-icon{
.ui-tooltip-tipsy .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}
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 21:39:11 2010 +0000
* Date: Wed Dec 8 22:46:23 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.

6 changes: 3 additions & 3 deletions src/extra.css
Expand Up @@ -15,7 +15,7 @@
box-shadow: 0 0 3px #333;
}

div.ui-tooltip-youtube .ui-tooltip-close .ui-icon{
div.ui-tooltip-youtube .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}

Expand Down Expand Up @@ -58,7 +58,7 @@
background: transparent;
}

.ui-tooltip-jtools .ui-tooltip-close .ui-icon{
.ui-tooltip-jtools .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}

Expand Down Expand Up @@ -117,6 +117,6 @@
padding: 6px 10px;
}

.ui-tooltip-tipsy .ui-tooltip-close .ui-icon{
.ui-tooltip-tipsy .ui-tooltip-icon{
background: black url('images/close-dark.png') no-repeat 50% 50%;
}

0 comments on commit b917872

Please sign in to comment.