diff --git a/SECURITY.md b/SECURITY.md index 8f3af67b8f..585682c980 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,9 +10,10 @@ With that, good luck hacking us ;) ## Supported versions -- ️✅ **2.x** (`main` git-branch) -- ❌ 0.10.x (`0.10.x` git-branch) -- ❌ 0.9.x (`0.9.x`git-branch) +- ️✅ **2.1.x** (`main` git-branch) +- ❌ 2.0.x (`2.0.x`-tags) +- ❌ 0.10.x (`0.10.x`-tags) +- ❌ other git-branches ## Qualifying Vulnerabilities diff --git a/templates/Froxlor/assets/scss/components/_card.scss b/templates/Froxlor/assets/scss/components/_card.scss index b083d06b09..abd1e17e3e 100644 --- a/templates/Froxlor/assets/scss/components/_card.scss +++ b/templates/Froxlor/assets/scss/components/_card.scss @@ -27,4 +27,9 @@ .card, .list-group-item { background: $dark-bg; } + .card { + .card-header { + border-bottom: $border-color-dark solid 1px; + } + } } diff --git a/templates/Froxlor/assets/scss/components/_form.scss b/templates/Froxlor/assets/scss/components/_form.scss index cfdb62e5c6..f3c4de4045 100644 --- a/templates/Froxlor/assets/scss/components/_form.scss +++ b/templates/Froxlor/assets/scss/components/_form.scss @@ -1 +1,21 @@ -// wip \ No newline at end of file +// wip +@include color-mode(dark) { + .formfield { + border-bottom: $border-color-dark solid 1px; + } + .form-control, + .form-select { + background: $dark-bg; + } + + .form-switch { + .form-check-input:not(:checked):not(:focus) { + background-color: $dark-bg; + } + } + + .form-control[readonly] { + background: $body-tertiary-bg-dark; + } + +} diff --git a/templates/Froxlor/assets/scss/components/_generic.scss b/templates/Froxlor/assets/scss/components/_generic.scss index e6d36cfae7..3011bfcb32 100644 --- a/templates/Froxlor/assets/scss/components/_generic.scss +++ b/templates/Froxlor/assets/scss/components/_generic.scss @@ -88,6 +88,13 @@ a { text-decoration: none; } +td.text-end { + a.btn-sm:not(:last-child), + span.btn-sm:not(:last-child){ + margin-right:.125rem!important; + } +} + @include color-mode(dark) { .table>:not(caption)>*>* { background-color: transparent; diff --git a/templates/Froxlor/settings/apcuinfo.html.twig b/templates/Froxlor/settings/apcuinfo.html.twig index d08874143c..6a6f36008c 100644 --- a/templates/Froxlor/settings/apcuinfo.html.twig +++ b/templates/Froxlor/settings/apcuinfo.html.twig @@ -61,7 +61,7 @@
{{ apcuinfo.num_hits_percentage }} + class="justify-content-center d-flex position-absolute w-100">{{ apcuinfo.num_hits_percentage }} % @@ -116,7 +116,7 @@ aria-valuenow="{{ apcuinfo.fragmentation.used_bytes }}" aria-valuemin="0" aria-valuemax="{{ apcuinfo.fragmentation.total_bytes }}"> {{ apcuinfo.fragmentation.used_percentage }} + class="justify-content-center d-flex position-absolute w-100">{{ apcuinfo.fragmentation.used_percentage }} %