X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/39006baf335fd39c775e1f30b27aad53f1b7d2d6..8435b1bf60e0b4e2de092213ad6965793c6db190:/app/assets/openlayers/theme/openstreetmap/SimpleLayerSwitcher.css.scss diff --git a/app/assets/openlayers/theme/openstreetmap/SimpleLayerSwitcher.css.scss b/app/assets/openlayers/theme/openstreetmap/SimpleLayerSwitcher.css.scss deleted file mode 100644 index 48e730f6c..000000000 --- a/app/assets/openlayers/theme/openstreetmap/SimpleLayerSwitcher.css.scss +++ /dev/null @@ -1,44 +0,0 @@ -.SimpleLayerSwitcher { - position: absolute; - top: 10px; - right: 10px; - background: #fff; - border: 1px solid #ccc; - min-width: 150px; - background: #fff; -} - -.SimpleLayerSwitcher a.basey { - display: block; - text-decoration: none; - color: #838383; - padding: 2px 5px 2px 20px; -} - -.SimpleLayerSwitcher a.basey-on { - color: #000; - background-color: #fff; - background-image: image-url("theme/openstreetmap/img/carat.png"); - background-repeat: no-repeat; - background-position: 7px 9px; -} - -.SimpleLayerSwitcher a.basey-off { - display: none; -} - -.SimpleLayerSwitcher:hover a { - border-top: 1px solid #eee; -} - -.SimpleLayerSwitcher a:hover { - background-color: #f5f5f5; -} - -.SimpleLayerSwitcher:hover a:first-child { - border-top: none; -} - -.SimpleLayerSwitcher:hover a.basey-off { - display: block; -}