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

Commit

Permalink
Removed !important flags from ui-tooltip-accessible as it was cauisng…
Browse files Browse the repository at this point in the history
… problems with tooltips now showing
  • Loading branch information
Craga89 committed Oct 3, 2010
1 parent 68bcf34 commit 90c5104
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,13 +9,13 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun Oct 3 16:24:20 2010 +0100
* Date: Sun Oct 3 16:45:23 2010 +0100
*/

.ui-tooltip-accessible{
left: -31512px !important;
display: block !important;
visibility: hidden !important;
left: -31512px;
display: block;
visibility: hidden;
}

/* IE6 ONLY - Width detection fix */
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: Sun Oct 3 16:24:20 2010 +0100
* Date: Sun Oct 3 16:45:23 2010 +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
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/core.css
@@ -1,7 +1,7 @@
.ui-tooltip-accessible{
left: -31512px !important;
display: block !important;
visibility: hidden !important;
left: -31512px;
display: block;
visibility: hidden;
}

/* IE6 ONLY - Width detection fix */
Expand Down

0 comments on commit 90c5104

Please sign in to comment.