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

Merge branch 'f-boot-tour' into f-fix-212

parents 90049aee d9075c38
No related branches found
No related tags found
1 merge request!35fix form_elements dropdow menu (deselect all)
Pipeline #8734 passed with warnings
......@@ -161,7 +161,6 @@ tbody:not(:hover) tr .caosdb-v-entity-version-hint-cur {
* .caosdb-v-property-text-value */
.caosdb-property-text-value {
white-space: pre-line;
background-color: transparent !important;
}
.caosdb-clickable:hover {
......@@ -303,16 +302,21 @@ h5 {
}
.caosdb-value-list > .list-inline > li {
background-color: white;
padding: 0.2rem 0.5rem;
margin: auto 0;
border: 1px solid #212529;
border-left-width: 0px;
font-size: 0.875rem;
}
.caosdb-value-list > .list-inline > li:first-child {
border-radius: 4px 0px 0px 4px;
border-radius: 0.2rem 0px 0px 0.2rem;
border-left-width: 1px;
}
.caosdb-value-list > .list-inline > li:last-child {
border-radius: 0px 4px 4px 0px;
border-radius: 0px 0.2rem 0.2rem 0px;
}
/* single boolean values */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment