mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2025-12-12 07:40:41 -08:00
Added CSV data download button.
This commit is contained in:
20
style.css
20
style.css
@@ -491,18 +491,36 @@ input[type="range"]
|
||||
background-image: linear-gradient(rgb(0, 93, 163), rgb(0, 60, 105));
|
||||
}
|
||||
|
||||
#download-csv-btn
|
||||
{
|
||||
margin-left: 5px;
|
||||
background-image: linear-gradient(rgb(0, 137, 57), rgb(0, 87, 46));
|
||||
}
|
||||
|
||||
|
||||
#show-text-btn:hover
|
||||
{
|
||||
background-image: linear-gradient(rgb(0, 78, 138), rgb(0, 60, 105));
|
||||
}
|
||||
|
||||
#download-csv-btn:hover
|
||||
{
|
||||
background-image: linear-gradient(rgb(0, 118, 49), rgb(0, 87, 46));
|
||||
}
|
||||
|
||||
#show-text-btn:active
|
||||
{
|
||||
background-image: none;
|
||||
background-color: rgb(0, 60, 105);
|
||||
}
|
||||
|
||||
#show-text-btn:disabled
|
||||
#download-csv-btn:active
|
||||
{
|
||||
background-image: none;
|
||||
background-color: rgb(0, 87, 46);
|
||||
}
|
||||
|
||||
#show-text-btn:disabled, #download-csv-btn:disabled
|
||||
{
|
||||
background-image: none;
|
||||
background-color: rgb(46, 52, 56);
|
||||
|
||||
Reference in New Issue
Block a user