mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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 */
|
--progress-color: #3498db; /* Blue */
|
||||||
--freedombox-form-disabled-bg-color: #e9ecef; /* Grey */
|
--freedombox-form-disabled-bg-color: #e9ecef; /* Grey */
|
||||||
--freedombox-navbar-color: white;
|
--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 {
|
@font-face {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user