mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ui: Fix missing variables in Bootstrap 5.2/Debian stable
- Most notable of the problems is the missing hover color on cards. Tests: - Cards have a gray hover color. - Forms with errors have input boxes with red borders and help text with red color. - Select all button in created backup has a border. - UI is consistent across stable and testing for tested cases. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
f568d75539
commit
9b8b0cd254
@ -8,6 +8,12 @@
|
||||
--progress-color: #3498db; /* Blue */
|
||||
--freedombox-form-disabled-bg-color: #e9ecef; /* Grey */
|
||||
--freedombox-navbar-color: white;
|
||||
|
||||
/* Missing variables in Bootstrap 5.2 copied from Bootstrap 5.3 */
|
||||
--bs-secondary-bg: #e9ecef;
|
||||
--bs-form-invalid-color: #dc3545;
|
||||
--bs-form-invalid-border-color: #dc3545;
|
||||
--bs-secondary-border-subtle: #c4c8cb;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user