You are here

qtip.css in qTip (Stylish jQuery Tooltips) 7.2

Same filename and directory in other branches
  1. 6.2 css/qtip.css
  2. 6 css/qtip.css
  3. 7 css/qtip.css
.qtip-link {
  border-bottom: 1px dotted;
  color: #00F;
  cursor: default;
}

.qtip-tooltip {
  display: none;
}

tr.qtip-default-instance {
  font-weight: bold;
}

File

css/qtip.css
View source
  1. .qtip-link {
  2. border-bottom: 1px dotted;
  3. color: #00F;
  4. cursor: default;
  5. }
  6. .qtip-tooltip {
  7. display: none;
  8. }
  9. tr.qtip-default-instance {
  10. font-weight: bold;
  11. }