mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
change background color for tag listitems
This commit is contained in:
parent
ff52fb16b6
commit
2736b5d1ef
@ -207,7 +207,7 @@
|
||||
{#if usedTagsFiltered.length > 0}
|
||||
<ListGroup class="mb-3">
|
||||
{#each usedTagsFiltered as utag}
|
||||
<ListGroupItem color="primary">
|
||||
<ListGroupItem color="light">
|
||||
<Tag tag={utag} />
|
||||
|
||||
<span style="float: right;">
|
||||
@ -243,7 +243,7 @@
|
||||
{#if unusedTagsFiltered.length > 0}
|
||||
<ListGroup class="">
|
||||
{#each unusedTagsFiltered as uutag}
|
||||
<ListGroupItem color="dark">
|
||||
<ListGroupItem color="secondary">
|
||||
<Tag tag={uutag} />
|
||||
|
||||
<span style="float: right;">
|
||||
@ -343,7 +343,7 @@
|
||||
{#if usedTagsFiltered.length > 0}
|
||||
<ListGroup class="mb-3">
|
||||
{#each usedTagsFiltered as utag}
|
||||
<ListGroupItem color="primary">
|
||||
<ListGroupItem color="light">
|
||||
<Tag tag={utag} />
|
||||
|
||||
<span style="float: right;">
|
||||
@ -379,7 +379,7 @@
|
||||
{#if unusedTagsFiltered.length > 0}
|
||||
<ListGroup class="mb-3">
|
||||
{#each unusedTagsFiltered as uutag}
|
||||
<ListGroupItem color="dark">
|
||||
<ListGroupItem color="secondary">
|
||||
<Tag tag={uutag} />
|
||||
|
||||
<span style="float: right;">
|
||||
|
Loading…
Reference in New Issue
Block a user