X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8f4ed911e094d359ed630f034b76e02bc8d51705..bd14832cb5f0ec77905cd0b82c2c65d3c8e047af:/app/assets/stylesheets/common.css.scss?ds=inline diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ef2c46a8d..b6aaf7371 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1113,50 +1113,3 @@ abbr.geo { } } } - -/* Rules for the layer switcher */ - -.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: url('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; -}