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:
parent
fa7e8118a7
commit
5d6a283b2d
@ -4,6 +4,10 @@
|
||||
> input::placeholder {
|
||||
color: $input-placeholder-color;
|
||||
}
|
||||
|
||||
.item.active .text-muted {
|
||||
color: $select-color-input !important;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$select-ns}-dropdown,
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user