mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 02:24:33 +08:00
Cleaned up dark mode styles inc. setting browser color scheme
Forces browser colorscheme based on BookStack color scheme, via 'color-scheme' css property. Sets proper dark mode colors for some previously missed areas like templates and attachment control buttons. Also fixed search bar icon position for some search inputs.
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
<form refs="entity-search@searchForm" class="search-box flexible" role="search">
|
||||
<input refs="entity-search@searchInput" type="text"
|
||||
aria-label="{{ $label }}" name="term" placeholder="{{ $label }}">
|
||||
<button type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
|
||||
<button tabindex="-1" type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user