You are here

openlayers_plus_behavior_tooltips_field.css in OpenLayers Plus 7.3

.openlayers-tooltip {
  background-color: #222222;
  border: 1px solid #dedede;
  color: #fff;
  opacity: 0.75;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.openlayers-tooltip-name {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}

File

behaviors/openlayers_plus_behavior_tooltips_field.css
View source
  1. .openlayers-tooltip {
  2. background-color: #222222;
  3. border: 1px solid #dedede;
  4. color: #fff;
  5. opacity: 0.75;
  6. padding-bottom: 5px;
  7. padding-left: 10px;
  8. padding-right: 10px;
  9. padding-top: 5px;
  10. }
  11. .openlayers-tooltip-name {
  12. background-color: transparent;
  13. color: #fff;
  14. opacity: 1;
  15. }