Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom selection of columns in aircraft table #72

Merged
merged 12 commits into from
Jul 21, 2020
Prev Previous commit
Next Next commit
Select Columns button styling
  • Loading branch information
erictran committed Jul 13, 2020
commit f8132dafa2a443cfb2175ad4cf137d4d9eaa6eca
2 changes: 2 additions & 0 deletions public_html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ html, body {
#column_select {
position: relative;
float: right;
background-color: #002F5D;
color: #FFFFFF;
}

#column_select_window {
Expand Down