diff --git a/src/style.css b/src/style.css index 1a480e27c..a47fe740e 100644 --- a/src/style.css +++ b/src/style.css @@ -228,141 +228,7 @@ a:hover { animation-timing-function: linear; } -.greenstand-cluster:hover { - z-index: 999 !important; -} - -.greenstand-cluster.clicked { - z-index: 999 !important; -} - -.greenstand-cluster-box-small { - background: url(./images/cluster_46px.png); - width: 46px; - height: 46px; - display: flex; - justify-content: center; - align-items: center; - transform: translate(-50%, -50%); - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} -.greenstand-cluster-box-small:hover { - background: url(./images/cluster_46px_highlight.png); - z-index: 9; -} - -.greenstand-cluster.clicked .greenstand-cluster-box-small { - background: url(./images/cluster_46px_clicked.png); -} - -.greenstand-cluster-box-large { - background: url(./images/cluster_63px.png); - width: 63px; - height: 63px; - display: flex; - justify-content: center; - align-items: center; - transform: translate(-50%, -50%); - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} - -.greenstand-cluster-box-large:hover { - background: url(./images/cluster_63px_highlight.png); - z-index: 9; -} - -.greenstand-cluster.clicked .greenstand-cluster-box-large { - background: url(./images/cluster_63px_clicked.png); -} - -.greenstand-point:hover { - z-index: 999 !important; -} - -.greenstand-point.clicked { - z-index: 999 !important; -} - -.greenstand-point-box { - background: url(./images/pin_29px.png); - width: 29px; - height: 32px; - display: flex; - justify-content: center; - align-items: center; - /*transform: translate(-50%, -50%);*/ - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} - -.greenstand-point-box:hover { - background: url(./images/pin_29px_highlight.png); -} - -.greenstand-point.clicked .greenstand-point-box { - background: url(./images/pin_32px.png); -} - -.greenstand-point-highlight { - z-index: 999 !important; -} - -.greenstand-point-highlight-box { - background: url(./images/pin_29px_highlight.png); - width: 29px; - height: 32px; - display: flex; - justify-content: center; - align-items: center; - /*transform: translate(-50%, -50%);*/ - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} - -.greenstand-point-selected { - z-index: 9999 !important; -} - -.greenstand-point-selected-box { - background: url(./images/pin_32px_highlight.png); - width: 29px; - height: 32px; - display: flex; - justify-content: center; - align-items: center; - /*transform: translate(-50%, -50%);*/ - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} - -/* new version */ - -.greenstand-cluster-highlight { - z-index: 999 !important; - margin-left: 0px !important; - margin-top: 0px !important; -} - -.greenstand-cluster-highlight-box { - background: url(./images/cluster_63px_highlight.png); - width: 63px; - height: 63px; - display: flex; - justify-content: center; - align-items: center; - transform: translate(-50%, -50%); - font-family: Roboto, Arial, sans-serif; - font-size: 14px; -} - -.greenstand-cluster-highlight-box.small { - background: url(./images/cluster_46px_highlight.png); - width: 46px; - height: 46px; -} .debug-icon { background: red;