Skip to content
Snippets Groups Projects
Verified Commit f7d8979f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: fix #207

parent bbc725aa
No related branches found
No related tags found
2 merge requests!109Release 0.11.0,!105Bug: invisible error
Pipeline #37108 passed
......@@ -42,6 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* [#207](https://gitlab.com/caosdb/caosdb-webui/-/issues/207) - Error message
is present but invisible.
* [#212](https://gitlab.com/caosdb/caosdb-webui/-/issues/212) - Searching for
double values in scientific notation fails
* [#199](https://gitlab.com/caosdb/caosdb-webui/-/issues/199) - Linkify creates
......
......@@ -51,6 +51,11 @@ footer {
margin-right: 8px;
}
.caosdb-messages .caosdb-v-message-badge {
background-color: var(--bs-alert-bg);
color: var(--bs-alert-color);
}
div.export-data {
display: none;
}
......@@ -446,6 +451,11 @@ body[data-hidden-properties="true"] .caosdb-v-entity-being-edited .caosdb-v-hidd
border: 1px solid #C92E86;
}
.caosdb-label-entity {
background-color: #666;
border: 1px solid #666;
}
.caosdb-parents-heading {
padding-top: 2px;
padding-bottom: 2px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment