Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-07-25 13:43:56 +03:00
Code Issues 784 Packages Projects Releases 25 Wiki Activity
Files
captcha_example
BookStack/resources/views/partials/custom-styles.blade.php

6 lines
263 B
PHP
Raw Permalink Normal View History

Created solution for JS translations Also tidied up existing components and JS
2016-12-31 14:27:40 +00:00
<style id="custom-styles" data-color="{{ setting('app-color') }}" data-color-light="{{ setting('app-color-light') }}">
Converted primary color use to css variable - Removed all existing SCSS usage of primary color. - Cut down custom styles injection to just be css vars. - Reduced button styles so default button is primary. - Updated button styles to lighten/brighten on hover & active states even when a custom color is set. - Removed unused scss color vars. - Updated default BookStack blue to achieve better accessibility.
2019-08-25 12:40:04 +01:00
:root {
--color-primary: {{ setting('app-color') }};
--color-primary-light: {{ setting('app-color-light') }};
Fixed theme color elements not showing on new instance Also cleaned notification session access
2016-06-12 13:37:15 +01:00
}
Fixed failing test and added more accessibility improvements - Updated linked images to have obvious focus styles - Added proper role to notifications - Made dropdown list focus styles a bit nicer. - Updated book list chapter child slide down to be keyboard activatable. Related to #1320
2019-08-25 17:21:25 +01:00
</style>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API