Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .LeafletSlider {
  2. width: calc(100% - 30px);
  3. margin-left: 15px;
  4. margin-right: 15px;
  5. user-select: none;
  6. height: 30px;
  7. }
  8.  
  9. .leaflet-bottom.leaflet-left {
  10. width: 100%;
  11. }
  12.  
  13. .LeafletSlider .LeafletSlider-scale {
  14. background-color: #aaa;
  15. height: 3px;
  16. width: 100%;
  17. float: left;
  18. }
  19.  
  20. .LeafletSlider .LeafletSlider-scale .LeafletSlider-button {
  21. width: 30px;
  22. border-radius: 4px;
  23. border: 2px solid rgba(0,0,0,0.2);
  24. height: 30px;
  25. position: relative;
  26. top: -15px;
  27. left: 0px;
  28. background-color: #fff;
  29. cursor: pointer;
  30. }
  31.  
  32. .LeafletSlider .LeafletSlider-scale .LeafletSlider-button:hover {
  33. background-color: rgb(244, 244, 244);
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement