#16009 Removed floating div background and moved filter form buttons outside of card

This commit is contained in:
atownson
2024-09-20 11:02:59 -05:00
parent a2beaefc3d
commit 647a4eb5de
6 changed files with 23 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@@ -39,5 +39,11 @@ span.color-label {
position: sticky;
bottom: 0px;
z-index: 1;
padding: 2px 0px 10px 0px;
float: right;
padding: 0 0 10px;
}
// Override a transparent background
.btn-float {
--tblr-btn-bg: var(--#{$prefix}bg-surface-tertiary) !important;
}

View File

@@ -52,7 +52,7 @@ pre {
}
// Altering background colors
.page, .page-tabs .nav-tabs .nav-link.active, .btn-float-group {
.page, .page-tabs .nav-tabs .nav-link.active {
background-color: var(--#{$prefix}bg-surface-tertiary) !important;
}
.page-body .card .card-header {
@@ -105,7 +105,7 @@ body[data-bs-theme=dark] {
.navbar, .page-header {
background-color: $rich-black;
}
.page, .page-tabs .nav-tabs .nav-link.active, .btn-float-group {
.page, .page-tabs .nav-tabs .nav-link.active {
background-color: $rich-black-light !important;
}