You are here

OL3CesiumControl.css in Openlayers 7.3

.ol-ol3cesiumcontrol.ol-control {
  top: 0.5em;
  left: 5em;
}

.ol-ol3cesiumcontrol.ol-control button {
  display: inline-block;
  padding-bottom: 3px;
}

.ol-ol3cesiumcontrol.ol-control button.enable {
  text-decoration: none;
  background-color: #4c6079;
  background-color: rgba(0,60,136,0.7);
}

File

modules/openlayers_cesium/src/Plugin/Control/OL3CesiumControl/css/OL3CesiumControl.css
View source
  1. .ol-ol3cesiumcontrol.ol-control {
  2. top: 0.5em;
  3. left: 5em;
  4. }
  5. .ol-ol3cesiumcontrol.ol-control button {
  6. display: inline-block;
  7. padding-bottom: 3px;
  8. }
  9. .ol-ol3cesiumcontrol.ol-control button.enable {
  10. text-decoration: none;
  11. background-color: #4c6079;
  12. background-color: rgba(0,60,136,0.7);
  13. }