Skip to content

Commit

Permalink
added a joined button to close the bottom window
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Jan 14, 2025
1 parent 6061b55 commit 889e305
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions static/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,18 @@ td:first-child input {

.closeBottomWindowBtn {
position: absolute;

top: 27px;
transform:translateY(-50%)
}

.closeBottomWindowBtn button{
.closeBottomWindowBtn button, .closeBottomWindowBtn button:focus, .closeBottomWindowBtn button:active, .closeBottomWindowBtn button:hover{
background: transparent;
border:0px;
box-shadow: none !important;
}

.closeBottomWindowBtn button:hover, #bottomWindow .tabs button:hover {
color: #feb609 !important;
}

.eagleTableDisplay input, #editFieldModal .dropdown input{
Expand Down

0 comments on commit 889e305

Please sign in to comment.