Skip to content

Commit

Permalink
Cleanup isotope search btn group a little
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Oct 22, 2024
1 parent f85b713 commit e44b99d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 8 additions & 2 deletions InterSpec_resources/InterSpec.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,18 @@ button.Wt-btn.LightButton, .btn-group.LightButton
}

/* .btn-group is for WSplitButton */
.btn-group
{
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
}

.btn-group.LightButton > button.Wt-btn
{
border-top: none;
border-bottom: none;
margin-top: -1px;
padding-top: 3px;
}

.btn-group.LightButton > button.Wt-btn.dropdown-toggle.LightButton
Expand Down
2 changes: 0 additions & 2 deletions InterSpec_resources/InterSpecMobileApple.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ button, button:hover,
border:1px solid rgb(0,122,255);
color: rgb(0,122,255) !important;
background: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 23px;
}
Expand Down
2 changes: 1 addition & 1 deletion InterSpec_resources/IsotopeSearchByEnergy.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

.AssignToSelectedRow .LightButton.btn-group
{
box-sizing: border-box;

}

.AssignToSelectedRow button.Wt-btn.LightButton:hover
Expand Down

0 comments on commit e44b99d

Please sign in to comment.