summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 749d2becf..b4566d4a4 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -1140,6 +1140,29 @@ ul.simple,
top: 2.8em;
}
+.ol-mouse-position {
+ right: 38px !important;
+ background-color: white;
+ padding: 0.1em 0.2em;
+ border-radius: 0.2em;
+}
+
+.form .track-position button {
+ background-color: #28a745;
+ border-color: #28a745;
+ padding: 1em;
+ .fa {
+ font-size: 1.8em;
+ margin: -.5em;
+ padding: 0;
+ }
+}
+
+.form .track-position button:hover {
+ background-color: #218838;
+ border-color: #1e7e34;
+}
+
.track-position{
left: .5em;
top: 5em;