Skip to content

Commit

Permalink
Merge pull request #1350 from bonanitech/css-variable-for-bg-color
Browse files Browse the repository at this point in the history
Use CSS variable for background color
  • Loading branch information
joepavitt authored Oct 1, 2024
2 parents 1180ec7 + 110fd72 commit 1e6ee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/widgets/ui_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
</div>
<div class="form-row">
<!-- Tabsheets -->
<ul style="background: #fff; min-width: 600px; margin-bottom: 20px;" id="node-ui-form-tabsheets"></ul>
<ul style="background: var(--red-ui-secondary-background, #fff); min-width: 600px; margin-bottom: 20px;" id="node-ui-form-tabsheets"></ul>
</div>
<div id="node-ui-form-tabsheets-content" style="min-height: 150px">
<!-- Content of all tabsheets -->
Expand Down

0 comments on commit 1e6ee4c

Please sign in to comment.