mapping.css 526 B

12345678910111213141516171819202122232425
  1. .map-button {
  2. background-repeat: no-repeat !important;
  3. background-position: 5px center !important;
  4. padding-left: 14px !important;
  5. }
  6. .map-button-pointer {
  7. background-image: url("../images/selector.png") !important;
  8. }
  9. .map-button-remove {
  10. background-image: url("../images/remove.png") !important;
  11. }
  12. .map-button-active {
  13. outline: 1px solid #666 !important;
  14. background-color: #ddd !important;
  15. }
  16. .map-canvas-drawer {
  17. height: 310px;
  18. position: relative;
  19. overflow: auto;
  20. width: 468px;
  21. }