Added infobox for old style filters to allow you to switch to the filter editor.

This commit is contained in:
orangemug
2020-02-22 11:54:59 +00:00
parent 52e8b21b3d
commit a693f6db4e
2 changed files with 84 additions and 39 deletions

View File

@@ -63,3 +63,22 @@
text-align: right;
}
}
.maputnik-expr-infobox {
font-size: $font-size-6;
background: $color-midgray;
padding: $margin-2;
border-radius: 2px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
color: $color-white;
}
.maputnik-expr-infobox__button {
unset: all;
background: none;
border: none;
padding: 0;
text-decoration: underline;
color: currentColor;
cursor: pointer;
}