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 { ...@@ -161,7 +161,6 @@ tbody:not(:hover) tr .caosdb-v-entity-version-hint-cur {
* .caosdb-v-property-text-value */ * .caosdb-v-property-text-value */
.caosdb-property-text-value { .caosdb-property-text-value {
white-space: pre-line; white-space: pre-line;
background-color: transparent !important;
} }
.caosdb-clickable:hover { .caosdb-clickable:hover {
...@@ -295,7 +294,7 @@ h5 { ...@@ -295,7 +294,7 @@ h5 {
} }
.caosdb-value-list > .btn-group, .caosdb-value-list > .btn-group,
.caosdb-value-list > ol { .caosdb-value-list > ol {
display: inline-block; display: inline-block;
float: none; float: none;
white-space: nowrap; white-space: nowrap;
margin-bottom: 0px; margin-bottom: 0px;
...@@ -303,16 +302,21 @@ h5 { ...@@ -303,16 +302,21 @@ h5 {
} }
.caosdb-value-list > .list-inline > li { .caosdb-value-list > .list-inline > li {
border-left-width: 0px; 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 { .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; border-left-width: 1px;
} }
.caosdb-value-list > .list-inline > li:last-child { .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 */ /* single boolean values */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment