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

REVIEW: adjust styling for list of text properties

parent 630e68af
Branches
Tags
1 merge request!36merge f-boot-tour to dev
Pipeline #8735 passed
...@@ -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 {
...@@ -303,16 +302,21 @@ h5 { ...@@ -303,16 +302,21 @@ h5 {
} }
.caosdb-value-list > .list-inline > li { .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; 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