Added the icon for the map type; commented out the map location dropdown; minor UI improvements.

This commit is contained in:
PeekabooSteam
2023-03-07 09:57:58 +00:00
parent 11a495f4ac
commit bdf240ed4a
2 changed files with 9 additions and 5 deletions

View File

@@ -100,12 +100,12 @@ button[disabled="disabled"] {
.ol-select:not( .ol-select-image ) > .ol-select-value {
background-color: var( --background-grey );
border-radius: var( --border-radius-sm );
justify-content: center;
padding:1em;
width:100%;
}
.ol-select:not( .ol-select-image ) > .ol-select-value:before {
content: "[ ]";
.ol-select:not( .ol-select-image ) > .ol-select-value svg {
margin-right: 10px;
}