Skip to content

Commit

Permalink
working on a combined close bottom window button
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Jan 14, 2025
1 parent 6a2f6ac commit 6061b55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@ td:first-child input {
padding:11px;
}

.closeBottomWindowBtn {
position: absolute;

}

.closeBottomWindowBtn button{
background: transparent;
}

.eagleTableDisplay input, #editFieldModal .dropdown input{
border: none;
}
Expand Down
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
</button>
</div>
</div>
<div class='closeBottomWindowBtn'>
<button type="button" class="btn btn-primary" data-bind="click: function(){SideWindow.toggleShown('bottom')}, clickBubble:false"><i class="md-20 icon-cross clickable"></i></button>
</div>
<div class="content">
<!-- ko if: $root.getEagleIsReady() -->
<!-- ko if: Setting.findValue(Setting.BOTTOM_WINDOW_MODE) === Eagle.BottomWindowMode.NodeParameterTable -->
Expand Down

0 comments on commit 6061b55

Please sign in to comment.