You are here

acquia_lift.personalize.theme.css in Acquia Lift Connector 7.2

Same filename and directory in other branches
  1. 7 css/acquia_lift.personalize.theme.css
/* Ensure QTips are always on top */
.qtip {
  z-index: 9999;
}

/* DOM Selector */
.acquia-lift-dom-highlight {
  background: #666 !important;
  color: #fff !important;
  cursor: "pointer" !important;
  opacity: 0.6 !important;
}

File

css/acquia_lift.personalize.theme.css
View source
  1. /* Ensure QTips are always on top */
  2. .qtip {
  3. z-index: 9999;
  4. }
  5. /* DOM Selector */
  6. .acquia-lift-dom-highlight {
  7. background: #666 !important;
  8. color: #fff !important;
  9. cursor: "pointer" !important;
  10. opacity: 0.6 !important;
  11. }