mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Add pillbar to global style
This commit is contained in:
parent
1af5af41cc
commit
60fabb254f
1 changed files with 11 additions and 0 deletions
|
@ -120,4 +120,15 @@ tbody tr:hover, th:hover {
|
||||||
|
|
||||||
tbody tr.selected {
|
tbody tr.selected {
|
||||||
background-color: var(--cl-table-sl)
|
background-color: var(--cl-table-sl)
|
||||||
|
}
|
||||||
|
|
||||||
|
.pillbar {
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pill {
|
||||||
|
border: 1px solid var(--cl-fg);
|
||||||
|
padding: 0.25rem;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue