You are here

openlayers_plus_behavior_tooltips.css in OpenLayers Plus 7.2

Same filename and directory in other branches
  1. 7.3 behaviors/openlayers_plus_behavior_tooltips.css
.tooltip {
  background: rgba(51, 51, 51, 0.75);
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 4px;
  width: 100px;
  z-index: 10;
}

File

behaviors/openlayers_plus_behavior_tooltips.css
View source
  1. .tooltip {
  2. background: rgba(51, 51, 51, 0.75);
  3. border-radius: 4px;
  4. color: #fff;
  5. -moz-border-radius: 4px;
  6. padding: 20px;
  7. position: absolute;
  8. text-align: center;
  9. -webkit-border-radius: 4px;
  10. width: 100px;
  11. z-index: 10;
  12. }