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

Commit

Permalink
Add transparent border-color to default .qtip class
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Sep 4, 2012
1 parent 9f72cbc commit e810268
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/basic/jquery.qtip.css
Expand Up @@ -34,6 +34,7 @@

border-width: 1px;
border-style: solid;
border-color: transparent;
}

.ui-tooltip-content{
Expand Down
2 changes: 1 addition & 1 deletion dist/basic/jquery.qtip.min.css

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

1 change: 1 addition & 0 deletions dist/jquery.qtip.css
Expand Up @@ -34,6 +34,7 @@

border-width: 1px;
border-style: solid;
border-color: transparent;
}

.ui-tooltip-content{
Expand Down

0 comments on commit e810268

Please sign in to comment.