Started to implement advanced settings

This commit is contained in:
Pax1601
2023-04-11 20:30:59 +02:00
parent 1f51d69126
commit 316261e01e
9 changed files with 137 additions and 84 deletions

View File

@@ -138,16 +138,16 @@ dl.ol-data-grid dd {
}
.ol-dialog-footer {
border-top:1px solid var( --background-grey );
padding-top:15px;
border-top: 1px solid var( --background-grey );
padding-top: 15px;
display: flex;
row-gap: 10px;
}
.ol-dialog.scrollable .ol-dialog-content {
overflow-y: auto;
}
.ol-checkbox label {
align-items: center;
cursor: pointer;
@@ -203,6 +203,15 @@ dl.ol-data-grid dd {
content: "\d7";
}
.ol-button-apply {
background: transparent;
border: 1px solid white;
}
.ol-button-apply::before {
content: "\2713";
}
.ol-button-settings {
background-color: var( --background-slate-blue );
}