1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 07:22:20 +02:00

Correct styling of rss button and active tag select items

This commit is contained in:
Kevin Woblick 2025-03-19 11:03:44 +01:00
parent fa7e8118a7
commit 5d6a283b2d
No known key found for this signature in database
GPG Key ID: 6A17121675A12D11
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
> input::placeholder {
color: $input-placeholder-color;
}
.item.active .text-muted {
color: $select-color-input !important;
}
}
.#{$select-ns}-dropdown,

View File

@ -11,7 +11,7 @@
@lang('link.links')
</h3>
<x-models.link-display-toggles class="ms-auto"/>
<a href="{{ route('guest.links.feed') }}" class="ms-3 btn btn-sm btn-outline-secondary">
<a href="{{ route('guest.links.feed') }}" class="ms-3 btn btn-xs btn-outline-secondary">
<x-icon.feed class="fw"/>
<span class="visually-hidden">@lang('linkace.add')</span>
</a>