mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 18:58:54 +02:00
#16009 Removed floating div background and moved filter form buttons outside of card
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user