
This commit mainly changes the color definitions. Mostly, those changes are semantically equally, but there are a few changes that occurred to align the color scheme within the app.
38 lines
498 B
SCSS
38 lines
498 B
SCSS
.alternative-input {
|
|
display: none;
|
|
}
|
|
|
|
.chosen-container {
|
|
min-width: 250px !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.chosen-inline {
|
|
.chosen-container {
|
|
min-width: unset !important;
|
|
width: unset !important;
|
|
}
|
|
}
|
|
|
|
.code-field {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.filter-form {
|
|
.row:not(:last-child) {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
input, select {
|
|
min-width: 200px !important;
|
|
}
|
|
}
|
|
|
|
.toggle-input {
|
|
font-size: 80%;
|
|
}
|
|
|
|
.wmd-preview {
|
|
background-color: var(--bs-secondary-bg);
|
|
}
|