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

Commit

Permalink
Upped the opacity of tipsy tooltips background
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 30, 2010
1 parent a14fa60 commit e77e8fe
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: Tue Nov 30 02:48:10 2010 +0000
* Date: Tue Nov 30 03:47:08 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -354,11 +354,11 @@ div.ui-tooltip-tip{
/* Tipsy style */
.ui-tooltip-tipsy .ui-tooltip-wrapper{
border: 0px solid black;
border: 0px solid rgba(0,0,0, .8);
border: 0px solid rgba(0,0,0,.9);

background: black;
background: rgba(0,0,0, .8);
filter: alpha(opacity=80);
background: rgba(0,0,0,.9);
filter: alpha(opacity=90);

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
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 Nov 30 02:48:10 2010 +0000
* Date: Tue Nov 30 03:47:08 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 @@ -86,11 +86,11 @@
/* Tipsy style */
.ui-tooltip-tipsy .ui-tooltip-wrapper{
border: 0px solid black;
border: 0px solid rgba(0,0,0, .8);
border: 0px solid rgba(0,0,0,.9);

background: black;
background: rgba(0,0,0, .8);
filter: alpha(opacity=80);
background: rgba(0,0,0,.9);
filter: alpha(opacity=90);

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
Expand Down

0 comments on commit e77e8fe

Please sign in to comment.